sebastian-software / edge

The Lerna Repository for Edge Platform
Apache License 2.0
33 stars 7 forks source link

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

Open swernerx opened 6 years ago

swernerx commented 6 years ago

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