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 ts-loader parallel type checking #49

Closed
Sebazzz opened this issue Sep 30, 2018 · 1 comment
Closed

Use ts-loader parallel type checking #49

Sebazzz opened this issue Sep 30, 2018 · 1 comment
Labels
type: tech-improvement Technical improvements to the product or build process
Milestone

Comments

@Sebazzz
Copy link
Owner

Sebazzz commented Sep 30, 2018

This shaves about 30 seconds from the compilation time in my quick test (transpileOnly).

https://github.com/TypeStrong/ts-loader#faster-builds

This improves initial compilation speed. --watch is fast enough.

@Sebazzz Sebazzz added the type: tech-improvement Technical improvements to the product or build process label Sep 30, 2018
@Sebazzz Sebazzz added this to the 2.0.0-beta6 milestone Sep 30, 2018
@Sebazzz
Copy link
Owner Author

Sebazzz commented Oct 4, 2018

Tried it, saves about 10 seconds. Not worth it, especially because const enums are not emitted when using transpileOnly.

@Sebazzz Sebazzz closed this as completed Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: tech-improvement Technical improvements to the product or build process
Projects
None yet
Development

No branches or pull requests

1 participant