Skip to content
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

No type errors in browser console #180

Closed
Izzaki opened this issue Oct 29, 2018 · 3 comments
Closed

No type errors in browser console #180

Izzaki opened this issue Oct 29, 2018 · 3 comments

Comments

@Izzaki
Copy link

Izzaki commented Oct 29, 2018

There is no type errors in browser console.
Is this possible to display them?

@johnnyreilly
Copy link
Member

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?

@ypresto
Copy link

ypresto commented Dec 11, 2019

You need async: false option for plugin to make webpack-dev-server's overlay: true option work.

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

@piotr-oles piotr-oles mentioned this issue Apr 18, 2020
26 tasks
@piotr-oles
Copy link
Collaborator

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants