Skip to content

Commit ccc9637

Browse files
authored
Move remove-files-webpack-plugin to _devDependencies_
Surely, this dependency should be a devDependency. I'm building my phaser app with [parceljs](https://parceljs.org/) and do not have `webpack` installed at all. As a consequence I'm running into this warning ``` warning "phaser > remove-files-webpack-plugin@1.1.3" has unmet peer dependency "webpack@*". ``` Everything works fine, because obviously I'm not running the build process when I depend on phaser.
1 parent 12e26ee commit ccc9637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"fs-extra": "^6.0.1",
6969
"jsdoc": "^3.6.1",
7070
"node-sloc": "^0.1.11",
71+
"remove-files-webpack-plugin": "^1.1.3",
7172
"uglifyjs-webpack-plugin": "^1.3.0",
7273
"vivid-cli": "^1.1.2",
7374
"webpack": "^4.23.0",
@@ -79,7 +80,6 @@
7980
"eventemitter3": "^3.1.0",
8081
"exports-loader": "^0.7.0",
8182
"imports-loader": "^0.8.0",
82-
"path": "^0.12.7",
83-
"remove-files-webpack-plugin": "^1.1.3"
83+
"path": "^0.12.7"
8484
}
8585
}

0 commit comments

Comments
 (0)