Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Add support for happypack to get faster builds on large projects #189

Closed
wants to merge 7 commits into from

Conversation

koenvg
Copy link

@koenvg koenvg commented Nov 10, 2017

This pr adds happypack support which helps with build times for large projects.
It is not a breaking change and should just help with overall build times for larger projects.

Incremental builds are also improved since linting and type checking is now done on a separate thread with ForkTsCheckerWebpackPlugin.

The addition of ForkTsCheckerWebpackPlugin is the same as #165

@koenvg
Copy link
Author

koenvg commented Nov 23, 2017

Does anyone know why this might fail?
npm run start -- --smoke-test does not seem to exit but I do not know why.
I tried reproducing this locally but with no luck. I also tried it after ejecting it but it all works as expected.

@wmonk
Copy link
Owner

wmonk commented Jan 14, 2018

As this issue hasn't been updated for a while, I am going to close it. If there are any updates feel free to re-open and comment. 👍

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

Successfully merging this pull request may close these issues.

3 participants