You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
use ('parallel-webpack').run to compile multiple webpack configs with cache filesystem options
paralell-webpack run options
{
watch: false,
maxRetries: 1,
stats: false, // defaults to false
maxConcurrentWorkers: 2 // use 2 workers
}
Expected Behaviour
create .cache directory
Actual Behaviour
does not create .cache directory
Steps to reproduce
set run method options
{
watch: false,
maxRetries: 1,
stats: false, // defaults to false
maxConcurrentWorkers: 2 // use 2 workers
}
note: it will create .cache directory if set stats: true
Provide your webpack config
Provide your Environment details
Node version:
Operating System:
webpack version: 5.11.1
parallel-webpack version: 2.6.0
The text was updated successfully, but these errors were encountered:
sunchanglong
changed the title
parallel-webpack does not work well with webpack 5 cache persistent
[BUG]: parallel-webpack does not work well with webpack 5 cache persistent
Jan 13, 2021
sunchanglong
changed the title
[BUG]: parallel-webpack does not work well with webpack 5 cache persistent
[BUG] parallel-webpack does not work well with webpack 5 cache persistent
Jan 13, 2021
persistent cache working fine, but my tasks does't exit from the process - my task freezes forever
Maybe its because webpack cache working with stats in deferred webpack-hook, but its just a guess
I will try to write a similar issue to webpack repo and will attach a link here.
Explain the problem
use ('parallel-webpack').run to compile multiple webpack configs with cache filesystem options
paralell-webpack run options
Expected Behaviour
create .cache directory
Actual Behaviour
does not create .cache directory
Steps to reproduce
set run method options
note: it will create .cache directory if set stats: true
Provide your webpack config
Provide your Environment details
Node version:
Operating System:
webpack version: 5.11.1
parallel-webpack version: 2.6.0
The text was updated successfully, but these errors were encountered: