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
Above works like a charm with both webpack and karma start --auto-watch commands. But if the commented lines are uncommented accordingly, then the transpiling fails, resulting in error in IE11.
Webpack version:
3.8.1
Webpack Karma version:
2.0.5
Karma version:
1.7.1
Please tell us about your environment:
Windows 10
Browser: [Phantom XX | Chrome XX | Firefox XX | IE XX | Safari XX | Other XX]
Chrome + Firefox + IE
Current behavior:
Arrow functions are not transpiled.
Expected/desired behavior:
Arrow functions should be transpiled using the
babel-loader
configuration inwebpack.config.js
Arrow functions do not transpile and hence, IE 11 breaks.
webpack.config.js
Above works like a charm with both
webpack
andkarma start --auto-watch
commands. But if the commented lines are uncommented accordingly, then the transpiling fails, resulting in error in IE11.karma.conf.js
The text was updated successfully, but these errors were encountered: