-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
feat: update ForkTsCheckerWebpackPlugin which presented random lockin… #1818
Conversation
…g issues with newest 4.x TS versions * update ForkTsChecker configuration format * add ForkTsChecker plugin to the excluded plugins list of BabelEsmPlugin (the latter is directly calling apply on all the other plugins, causing unexpected behavior to ForkTsChecker)
|
Sorry, going to close & reopen real quick to see if I can trigger the CI |
Thanks! |
Published as |
Thank to you for considering my pull request. But are there some issues with tests? I looked at the test output here on github, but I couldn't clearly find what's exactly failing. |
The tests for this PR passed, not sure what's up with the push to 3.x.x but it's probably nothing. |
update ForkTsCheckerWebpackPlugin which presented random locking issues with newest 4.x TS versions (fixes #1813 )