webpack's watch and hot replace is invalid when use brfs
Open
- Dominant language
- JavaScript
- Stars
- 556
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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 + C`to stop ,and run `npm start` again.
This is too inconvenient to work effectively,Does someone has the solution?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.