Correct forkChecker ats config option to speed up reloads#3011
Correct forkChecker ats config option to speed up reloads#3011hansl merged 2 commits intoangular:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
@googlebot CLA signed under the corporation "Distributed Creation". Email address in these commits should be covered. Thanks! |
|
Weird. It's still not happening. I'm not sure whether it's taking your git commit commit author email or your github profile email (which is public from what I can see). |
|
Restarted travis, and trying to get someone to look at the CLA. |
|
Will this be available in the next version ( |
|
Yes. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The option for awesome-typescript-loader to fork the type checker is forkChecker, not useForkChecker. This change forks the type checker, and drastically lowers reload times (from ~4sec to ~1.5sec on a new project on my machine).