Skip to content
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

Upgrade to webpack 3 #2573

Closed
shrynx opened this issue Jun 20, 2017 · 8 comments
Closed

Upgrade to webpack 3 #2573

shrynx opened this issue Jun 20, 2017 · 8 comments
Milestone

Comments

@shrynx
Copy link
Contributor

shrynx commented Jun 20, 2017

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.

screen shot 2017-06-20 at 11 01 08

screen shot 2017-06-20 at 11 03 48

This is a pretty straight upgrade, no change in the config. The only thing hindering is chunck.modules has been deprecated and is used by extract-text-plugin, thus throws a depreciation warning.
webpack-contrib/extract-text-webpack-plugin#494

@wtgtybhertgeghgtwtg
Copy link
Contributor

uglifyjs-plugin is moved into separate repository

I don't think babili is ready yet, but hopefully this would be a step in that direction.

@Timer
Copy link
Contributor

Timer commented Jun 20, 2017

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.

@shrynx
Copy link
Contributor Author

shrynx commented Jun 20, 2017

@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.

@ianschmitz
Copy link
Contributor

Did you have the ModuleConcatenationPlugin plugin enabled in this test @shrynx?

@shrynx
Copy link
Contributor Author

shrynx commented Jun 20, 2017

@ianschmitz yes i did, but since this is a tiny app (default), you don't see size getting affected much.

@arnabrahman
Copy link

Facing the same problem

@gaearon gaearon added this to the 1.x milestone Jun 26, 2017
@miraage
Copy link

miraage commented Jul 11, 2017

extract-text-webpack-plugin released v3.0.0 a few hours ago. webpack 3 is now supported.

@themre
Copy link
Contributor

themre commented Jul 26, 2017

latest: #2850

@gaearon gaearon closed this as completed Jul 26, 2017
@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants