Skip to content

Enable loader to exclude files matching regex for error checks #256

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

Closed
wants to merge 3 commits into from

Conversation

andyzg
Copy link

@andyzg andyzg commented Aug 2, 2016

Error checks are a huge bottleneck to the ts-loader. Refer to #255

@andyzg
Copy link
Author

andyzg commented Aug 2, 2016

I've just realized after digging deeper that this ties into issue #78 . My current alternative is to mute errors from ts-loader and run tsc --noEmit to check for any errors, which brought my incremental build time from 9s to 1.5s

@andyzg
Copy link
Author

andyzg commented Aug 2, 2016

Closing this. Realized transpileOnly: true does the exact same.

@andyzg andyzg closed this Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant