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
Are you using a separate .babelrc? I think babel-loader needs plugins to be defined as query.plugins. We have problems when not using ES2015 preset (see #313), so maybe that's what your issue is.
Also, instead of re-importing Main.js, you'll need to re-import routes, since that module is the "entry point" to other component modules. For React Router stuff see #249.
You requested a issue for this so here i am :P
Description
What you are reporting:
Hot-loader v3 reports changes but forces to reload
Expected behavior
What you think should happen:
should behave like v1 and inject the changes
Actual behavior
What actually happens:
Environment
React Hot Loader version: 3.0.0-beta.6
Run these commands in the project folder and fill in their results:
node -v
: v7.1.0npm -v
: 4.0.2Then, specify:
Reproducible Demo
i demo is not possible due to scale but here are the relevant files
https://gist.github.com/th3fallen/bba636b4bf1045188aa3a02a04b27a4b
The text was updated successfully, but these errors were encountered: