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