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

webpack's watch and hot replace is invalid when use brfs #73

Open
Pines-Cheng opened this issue Aug 31, 2016 · 0 comments
Open

webpack's watch and hot replace is invalid when use brfs #73

Pines-Cheng opened this issue Aug 31, 2016 · 0 comments

Comments

@Pines-Cheng
Copy link

I use brfs like this:

var examples = {
  basic: require('fs').readFileSync(__dirname + '/01-basic.js', 'utf-8'),
};

and when I modify the file of 01-basic.js, the watch and auto compile and hot-replace is invalid.
In addition ,I use the webpack-dev-server.
The only way to resolve this problem is Ctrl + Cto stop ,and run npm start again.
This is too inconvenient to work effectively,Does someone has the solution?

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

No branches or pull requests

1 participant