mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Upgrade development dependencies.
- eslint: ^4.3.0 → ^4.13.1 - fs-extra: ^4.0.0 → ^5.0.0 - uglifyjs-webpack-plugin: ^0.4.6 → ^1.1.2 - webpack: ^3.4.1 → ^3.10.0
This commit is contained in:
parent
1cb3c0c4d4
commit
dece45d731
4 changed files with 1601 additions and 804 deletions
749
v3/package-lock.json
generated
749
v3/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -36,12 +36,12 @@
|
||||||
"web audio"
|
"web audio"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^4.3.0",
|
"eslint": "^4.13.1",
|
||||||
"fs-extra": "^4.0.0",
|
"fs-extra": "^5.0.0",
|
||||||
"node-sloc": "^0.1.10",
|
"node-sloc": "^0.1.10",
|
||||||
"uglifyjs-webpack-plugin": "^0.4.6",
|
"uglifyjs-webpack-plugin": "^1.1.2",
|
||||||
"uuid": "^3.1.0",
|
"uuid": "^3.1.0",
|
||||||
"webpack": "^3.4.1",
|
"webpack": "^3.10.0",
|
||||||
"webpack-shell-plugin": "^0.5.0"
|
"webpack-shell-plugin": "^0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,11 +32,13 @@ module.exports = {
|
||||||
include: /\.min\.js$/,
|
include: /\.min\.js$/,
|
||||||
parallel: true,
|
parallel: true,
|
||||||
sourceMap: false,
|
sourceMap: false,
|
||||||
compress: true,
|
|
||||||
comments: false,
|
|
||||||
uglifyOptions: {
|
uglifyOptions: {
|
||||||
|
compress: true,
|
||||||
ie8: false,
|
ie8: false,
|
||||||
ecma: 5,
|
ecma: 5,
|
||||||
|
output: {
|
||||||
|
comments: false
|
||||||
|
},
|
||||||
warnings: false
|
warnings: false
|
||||||
},
|
},
|
||||||
warningsFilter: (src) => false
|
warningsFilter: (src) => false
|
||||||
|
|
1642
v3/yarn.lock
1642
v3/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue