-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Upgrade to webpack 3 #2573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think |
Just to set expectations, we won't be in any rush to upgrade to webpack 3 until it has been battle tested for some time. |
@Timer Sure, i was just pointing out it released and has straight upgrade path, though definitely would have to wait for a while, as some plugins have issues. |
Did you have the |
@ianschmitz yes i did, but since this is a tiny app (default), you don't see size getting affected much. |
Facing the same problem |
extract-text-webpack-plugin released v3.0.0 a few hours ago. webpack 3 is now supported. |
latest: #2850 |
Webpack 3 has released.
This article by @TheLarkInn highlight new features in this release of webpack.
I updated on my local machine and ran on default app.
This is a pretty straight upgrade, no change in the config. The only thing hindering is
chunck.modules
has been deprecated and is used byextract-text-plugin
, thus throws a depreciation warning.webpack-contrib/extract-text-webpack-plugin#494
The text was updated successfully, but these errors were encountered: