-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Bug report
After an upgrade to 2.8.1, my app does not work in Internet Explorer 11 anymore.
Error:
SCRIPT1014: Invalid character
The error points to
webpack-dev-server/client/index.js
Line 68 in e8cbdad
type: `webpack${type}`, |
IE does not support template literals according to https://kangax.github.io/compat-table/es6/
This change and many other template-literals were introduced in #1058
Packages used:
[email protected]
[email protected]
[email protected] (presets: env, stage-1, react and flow, plugins: react-hot-loader/babel, react-html-attrs, transform-decorators-legacy, syntax-dynamic-import)
I'm running Windows 10 Pro 1703
Rolling back to 2.7.1 fixes the issue.
Please consider undoing the usage of template literals as this is a show-stopper for testing on IE during development.