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
Please note that this template is not optional. If you proceed with this form,
please fill out all fields, or your issue may be closed as "invalid."
Please do not delete this template. Please ask questions on StackOverflow or the
webpack Gitter (https://gitter.im/webpack/webpack). General questions, how-to
questions, and support requests will be closed. Please do remove this header to acknowledge this message.
Code
barebones project here
Expected Behavior
When running webpack-dev-server code should be transpiled to run in older browsers.
Actual Behavior
When running webpack-dev-server the generated code contains 'const' declarations which are causing errors in older browsers e.g. Safari on Ipad Air.
For Bugs; How can we reproduce the behavior?
npm i
npm start
The text was updated successfully, but these errors were encountered: