mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
chore(package): bump webpack
This commit is contained in:
parent
0074f6fd47
commit
14f900bbad
1620
package-lock.json
generated
1620
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/node": "^12.20.13",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@types/webpack": "^4.41.29",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"async-promise-queue": "^1.0.5",
|
||||
"conventional-changelog-cli": "^2.1.1",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
@ -68,8 +68,8 @@
|
||||
"typescript": "~4.1.5",
|
||||
"typescript-tslint-plugin": "^1.0.1",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"unminified-webpack-plugin": "^2.0.0",
|
||||
"webpack": "^4.46.0",
|
||||
"unminified-webpack-plugin": "^3.0.0",
|
||||
"webpack": "^5.38.1",
|
||||
"winston": "^3.3.3",
|
||||
"zone.js": "^0.11.4"
|
||||
},
|
||||
|
@ -48,7 +48,6 @@ const webpackConfig: webpack.Configuration = {
|
||||
new webpack.ProvidePlugin({
|
||||
__extends: ['tslib', '__extends'],
|
||||
}),
|
||||
new webpack.optimize.OccurrenceOrderPlugin(true),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': JSON.stringify('production'),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user