We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This shaves about 30 seconds from the compilation time in my quick test (transpileOnly).
transpileOnly
https://github.com/TypeStrong/ts-loader#faster-builds
This improves initial compilation speed. --watch is fast enough.
--watch
The text was updated successfully, but these errors were encountered:
Tried it, saves about 10 seconds. Not worth it, especially because const enums are not emitted when using transpileOnly.
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: