Uh oh!
There was an error while loading. Please reload this page.
Correct forkChecker ats config option to speed up reloads - #3011
Conversation
googlebot
commented
Nov 3, 2016
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.
|
texel
commented
Nov 3, 2016
@googlebot CLA signed under the corporation "Distributed Creation". Email address in these commits should be covered. Thanks! |
Meligy
commented
Nov 4, 2016
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). |
filipesilva
commented
Nov 4, 2016
Restarted travis, and trying to get someone to look at the CLA. |
maximedupre
commented
Nov 5, 2016
Will this be available in the next version ( |
hansl
commented
Nov 6, 2016
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).