extra-watch-webpack-plugin
extra-watch-webpack-plugin copied to clipboard
add extra files or dirs to webpack's watch system
## The dependency [glob](https://github.com/isaacs/node-glob) was updated from `7.1.3` to `7.1.4`. π¨ [View failing branch](https://github.com/pigcan/extra-watch-webpack-plugin/compare/master...pigcan:greenkeeper%2Fglob-7.1.4). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [memory-fs](https://github.com/webpack/memory-fs) was updated from `0.4.1` to `0.5.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## Version **17.1.0** of **eslint-config-airbnb** was just published. Branch Build failing π¨ Dependency eslint-config-airbnb Current Version 17.0.0 Type devDependency This version is **covered** by your **current version range** and after...
## Version **0.3.0** of **babel-plugin-add-module-exports** was just published. Dependency babel-plugin-add-module-exports Current Version 0.2.1 Type devDependency The version **0.3.0** is **not covered** by your **current version range**. If you donβt accept...
## The dependency [is-glob](https://github.com/micromatch/is-glob) was updated from `4.0.0` to `4.0.1`. π¨ [View failing branch](https://github.com/pigcan/extra-watch-webpack-plugin/compare/master...pigcan:greenkeeper%2Fis-glob-4.0.1). This version is **covered** by your **current version range** and after updating it in your project...
I made a dummy project, to get the simplest situation where the problem occurs: [ExtraWatchWebpackPlugin_bug.zip](https://github.com/pigcan/extra-watch-webpack-plugin/files/2813826/ExtraWatchWebpackPlugin_bug.zip) If you run `npm run build`, it will watch `index.js`, as it is the entry...