browserify / browserify/brfs

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

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.