We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no type errors in browser console. Is this possible to display them?
The text was updated successfully, but these errors were encountered:
If you look at how create-react-app-typescript uses the plugin it displays in an error overlay in the screen. Perhaps that would meet your needs?
Sorry, something went wrong.
You need async: false option for plugin to make webpack-dev-server's overlay: true option work.
async: false
overlay: true
FYI I created plugin to enable error overlay for async: true (default) configuration by a little hacky way. https://github.com/ypresto/fork-ts-checker-async-overlay-webpack-plugin
async: true
@Izzaki , @ypresto Please try fork-ts-checker-webpack-plugin@alpha - I've published a new version which shows errors in the async mode in the webpack-dev-server 🚀
Huge thanks to the @ypresto - your implementation of the https://github.com/ypresto/fork-ts-checker-async-overlay-webpack-plugin helped me a lot 👏
I will close this issue to clean-up the backlog :)
No branches or pull requests
There is no type errors in browser console.
Is this possible to display them?
The text was updated successfully, but these errors were encountered: