You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Components Demo app is not working on IE 11. getting following an error on console SCRIPT1010: Expected identifier main.demo.js (118,7)
npm -v : 6.13.7
node -v: 14.4.0
nwb -v 0.24.6
The text was updated successfully, but these errors were encountered:
It looks like @pmmmwh/react-refresh-webpack-plugin wasn't compatible with IE11 until v0.3.2, nwb v0.24.6 is using v0.3.1.
A more recent version will be used in the next minor release, but that'll be even less fun for developing in IE11, as nwb v0.25.0 dropped compatibility with it by default, so polyfilling and browser compatibility configuration will be needed.
React Components Demo app is not working on IE 11. getting following an error on console
SCRIPT1010: Expected identifier main.demo.js (118,7)
npm -v : 6.13.7
node -v: 14.4.0
nwb -v 0.24.6
The text was updated successfully, but these errors were encountered: