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.
This commit is contained in:
Alexander Pochill 2019-10-13 18:26:35 +02:00 committed by GitHub
parent 12e26eebef
commit ccc963704e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@
"fs-extra": "^6.0.1",
"jsdoc": "^3.6.1",
"node-sloc": "^0.1.11",
"remove-files-webpack-plugin": "^1.1.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"vivid-cli": "^1.1.2",
"webpack": "^4.23.0",
@ -79,7 +80,6 @@
"eventemitter3": "^3.1.0",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"path": "^0.12.7",
"remove-files-webpack-plugin": "^1.1.3"
"path": "^0.12.7"
}
}