Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Components Demo app is not working on IE 11 #555

Open
Sudarshan-Jagadale opened this issue Jul 18, 2020 · 1 comment
Open

React Components Demo app is not working on IE 11 #555

Sudarshan-Jagadale opened this issue Jul 18, 2020 · 1 comment

Comments

@Sudarshan-Jagadale
Copy link

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
nwb_error_ie11
nwb_IE11

@insin
Copy link
Owner

insin commented Jul 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants