You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2026. It is now read-only.
I use
npm run startto launch the webpack devserver. It watches mysrc/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-loaderonly checks forflow statuswhen Icompilefor the first time - not for subsequentcompilationsI'm generally new to the whole webpack + flow thingy so forgive me if this can be achieved already.