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
Webpack has a new thread-loader which should be able to parallelize loader execution. This should in theory improve build times - especially in larger applications where a lot of code is local (loaders are mainly relevant for own code - not for 3rd party dependencies.)
Webpack has a new thread-loader which should be able to parallelize loader execution. This should in theory improve build times - especially in larger applications where a lot of code is local (loaders are mainly relevant for own code - not for 3rd party dependencies.)
See also: https://medium.com/webpack/typescript-webpack-super-pursuit-mode-83cc568dea79
The text was updated successfully, but these errors were encountered: