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
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?
The text was updated successfully, but these errors were encountered:
I use brfs like this:
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 + C
to stop ,and runnpm start
again.This is too inconvenient to work effectively,Does someone has the solution?
The text was updated successfully, but these errors were encountered: