flowtype-loader icon indicating copy to clipboard operation
flowtype-loader copied to clipboard

Watch files for flow type errors

Open kevinmartinjos opened this issue 6 years ago • 0 comments

I use npm run start to launch the webpack devserver. It watches my src/ folder for changes and throws compilation errors as well as linter errors.

Now I want flow type errors to appear as part of the above

AFAIK flowtype-loader only checks for flow status when I compile for the first time - not for subsequent compilations

I'm generally new to the whole webpack + flow thingy so forgive me if this can be achieved already.

kevinmartinjos avatar Jun 27 '18 08:06 kevinmartinjos