-
-
Notifications
You must be signed in to change notification settings - Fork 608
newer version makes webpack slowly #516
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
Thx, we are aware of this already 😛 , |
This is so painful right now. I'm afraid to do any front end dev my productivity is way down. Really wish I could help.. |
@dcworldwide in enar future we release new version |
@evilebottnawi That's really good news. I think a lot of people will benefit from that work. Would be great to learn if there are things we can do to optimise build times in the interim. My config is:
I'm going to try disabled source maps and comment striping. |
@dcworldwide seems all right (yep, disabling source map speedup build), maybe your have some plugins, which spend a lot of time? |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
the same issue #124, I make a simple test, I only change different version of css-loader in my project, here is the screenshot. It seems if I use a newer version of css-loader, the speed will be slower.
css-loader : 0.28.0 , average time is about 6s

css-loader : 0.23.1 , average time is about 3s
css-loader : 0.14.5, average time is about 2s

Please mention other relevant information such as your webpack version, Node.js version and Operating System.
webpack 2.2.1
node v7.6.0
osx 10.11.6
The text was updated successfully, but these errors were encountered: