insin / nwb

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Other
5.58k stars 331 forks source link

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

Open Sudarshan-Jagadale opened 4 years ago

Sudarshan-Jagadale commented 4 years ago

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 commented 4 years ago

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.