-
Notifications
You must be signed in to change notification settings - Fork 513
[4.0.0-beta.0] hangs when using webpack 4 #743
Comments
Have the same problem. I think it has something to do with shared code between dynamicaly imported chunks. With "--progress" enabled, it hangs on module and chunk tree optimization ExtractTextPlugin (even with all css files removed from project) |
I also experience a similar issue with this version and [email protected] :
If I turn |
I have fixed the problem, in my router file, component is imported as webpack dynamic import like this
And some where in the component |
+1 having the same issue |
+1 |
TL;DR Use The |
It hangs even without any css-loader, when i remove ExtractTextPlugin, every thing is ok, when i say hangs it means forever hangs cause i wait all day, and it leave a node process and use cpu 100% when i ctrl+c the process
I need help to how to debug this
The text was updated successfully, but these errors were encountered: