thread-loader
thread-loader copied to clipboard
Cannot destructure property `outputOptions` of 'undefined' or 'null'
I put a demo here, It can repreoduce the bug https://github.com/Omelettesheep/bugDemo
My config
Error
I add thread-loader to the config and the error occurs
Do not use thread-loader
, in 99% it is slower than without
Do not use
thread-loader
, in 99% it is slower than without
Do not use thread-loader in any case? what about with babel-loader~
You will get more perf when you will use cache.type: "filesystem"
, built-in parallelization in our roadmap, but using this loader you more get decrease, try to remove it and cache and check it