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
Was running into the problem referenced above with webpack-dev-server 2.8 and webpacker 3.0.1
Adding the following to a custom config and merging it into the webpacker defaults works around it for now. I'm not sure if this is something the webpacker team would want to handle in the defaults or mention in the readme to help the odd Safari user get this working again, but thought I'd share.
webpack/webpack-dev-server#1090
Was running into the problem referenced above with webpack-dev-server 2.8 and webpacker 3.0.1
Adding the following to a custom config and merging it into the webpacker defaults works around it for now. I'm not sure if this is something the webpacker team would want to handle in the defaults or mention in the readme to help the odd Safari user get this working again, but thought I'd share.
config/webpack/custom.js
config/webpack/development.js
.babelrc
The text was updated successfully, but these errors were encountered: