python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
tailwindcss: Force tailwind to use compatible rgb syntax?
I'm porting an app using tailwindcss to work with IE11. Unfortunately, tailwindcss insists on generating colors using the modern W3C CSS Color Module Level 4 rgb() syntax, which does not appear to be ...
henrikl
Votes: 0
Answers: 1
nuxtjs IE 11 polyfill-eventsource added missing EventSource to window
ie9:
Invalid HMR message: {"name":"client","action":"sync","time":557,"hash":"a0b4d086a83be953a239","warnings":[],"...
mason
Votes: 0
Answers: 0
webpack bundle throws error on IE11 because of just one node package 'crypto-js'
I am new to webpack and babel. I am developing a react app with custom webpack and babel set up.
I had added react-app-polyfill to this application and it had worked well on IE11.
But after installing...

Shawn
Votes: 0
Answers: 1
Web component developed using stencil not working in IE11
I have some stencil components developed, but after production build the dist js included in plain HTML and using the component as
<my-comp></my-comp>
is not working there, getting error ...
Rahul Gupta
Votes: 0
Answers: 1