chore(package): bump webpack

This commit is contained in:
Daniel Sogl 2021-05-28 17:37:28 +02:00
parent 0074f6fd47
commit 14f900bbad
3 changed files with 318 additions and 1309 deletions

1616
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
},

View File

@ -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'),
}),