-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
process not closing with thread-loader 2.1.3 #87
Comments
@includeios sorry for delay, problem still exist? |
I got the same problem. when i add warmup in build code and after npm run build. My cmd process was not close. Although i can see 'DONE Build complete' in my cmd window, node still running.when i delete warmup code everything is fine |
same problem, and i was using thread-loader and eslint,and i tried modify eslint cli's |
I have same problem when using webpack 5, and my version is 3.0.4. |
Me too! How to solve this problem? |
|
threadLoader.warmup will trigger this bug; just remove warmup. webpack loaders will still work with thread-loader on multi worker |
warmup will create multi process and hold on, so the main process will not exit |
the question is same as #56, but my version is 2.1.3, and my webpack configuration is like this:
my vue version is 2.6.10, vue-loader version is 15.9.0, i do not know if the version of vue-loader and vue-style-loader affects it
The text was updated successfully, but these errors were encountered: