Skip to content
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

Use Webpacks new thread-loader to improve build times #16

Open
swernerx opened this issue Nov 21, 2017 · 0 comments
Open

Use Webpacks new thread-loader to improve build times #16

swernerx opened this issue Nov 21, 2017 · 0 comments

Comments

@swernerx
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant