-
-
Notifications
You must be signed in to change notification settings - Fork 373
ForkTSCheckerWebpackPlugin given wrong API schema #1563
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
Comments
Yeah it's an issue from #1465. I'll try to get that corrected tomorrow morning. I guess we don't have TS tests so this slipped through. Sorry about that. |
I didn't forget about this, but after fixing the config the plugin completely locks up the build process. Not really sure what's going on there or if it's an upstream issue. |
Maybe a revert would be easier? Until it's resolved, as 3.2 version because of this is completely broken for me |
We did revert in #1567. You should be able to use your |
Closing as the fix has been merged |
Uh oh!
There was an error while loading. Please reload this page.
Hello :)
What is the current behaviour?
Build is not completed due to a validation error.
Steps to Reproduce
Run preact build from a terminal on a Preact project.
What is the expected behaviour?
Build is completed without errors.
Please mention any other relevant information
The error is this:
And continues with the error trace.
Project is using webpack 4, and Typescript 4.2.4.
It was not happening a week before. Nothing from the code has changed.
So the error has come with preact-cli v3.2.0. With v3.1.0 is working as expected.
tsconfig.js file
The text was updated successfully, but these errors were encountered: