Reputation: 678
Because I prefer to use Flow. So I migrated Typescript based project to Flow based one.
I also edited the configuration of the webpack and added plugins for Flow.
But webpack hot loading is not working.
Upvotes: 1
Views: 45
Reputation: 678
For some reason, the uppermost component (App) has to be a class in order for the hot-reloading to work
Hot loading for Flow not working
Upvotes: 1