extra-watch-webpack-plugin icon indicating copy to clipboard operation
extra-watch-webpack-plugin copied to clipboard

add extra files or dirs to webpack's watch system

Results 16 extra-watch-webpack-plugin issues
Sort by recently updated
recently updated
newest added

## 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...

greenkeeper

## 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...

greenkeeper

## 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...

greenkeeper

## 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...

greenkeeper

## 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...

greenkeeper

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...