Skip to content

Commit

Permalink
Merge pull request #93 from flipdot/renovate/terser-webpack-plugin-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency terser-webpack-plugin to v5
  • Loading branch information
dargmuesli authored Oct 14, 2020
2 parents 00469bc + 8471c0e commit ce39fa0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drinks_touch/webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"resolve-url-loader": "3.1.1",
"sass-loader": "10.0.3",
"style-loader": "2.0.0",
"terser-webpack-plugin": "4.2.3",
"terser-webpack-plugin": "5.0.0",
"url-loader": "4.1.1",
"webpack": "5.1.0",
"webpack-cli": "4.0.0"
Expand Down
4 changes: 1 addition & 3 deletions drinks_touch/webserver/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ module.exports = {
},
optimization: {
minimizer: [
new TerserPlugin({
sourceMap: true
}),
new TerserPlugin({}),
new OptimizeCSSAssetsPlugin({})
]
},
Expand Down
23 changes: 22 additions & 1 deletion drinks_touch/webserver/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6650,7 +6650,19 @@ temp@^0.8.1:
dependencies:
rimraf "~2.6.2"

[email protected], terser-webpack-plugin@^4.1.0:
[email protected]:
version "5.0.0"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.0.0.tgz#88f58d27d1c8244965c59540d3ccda1598fc958c"
integrity sha512-rf7l5a9xamIVX3enQeTl0MY2MNeZClo5yPX/tVPy22oY0nzu0b45h7JqyFi/bygqKWtzXMnml0u12mArhQPsBQ==
dependencies:
jest-worker "^26.5.0"
p-limit "^3.0.2"
schema-utils "^3.0.0"
serialize-javascript "^5.0.1"
source-map "^0.6.1"
terser "^5.3.5"

terser-webpack-plugin@^4.1.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a"
integrity sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==
Expand All @@ -6674,6 +6686,15 @@ terser@^5.3.4:
source-map "~0.7.2"
source-map-support "~0.5.19"

terser@^5.3.5:
version "5.3.5"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.5.tgz#9e080baa0568f96654621b20eb9effa440b1484e"
integrity sha512-Qw3CZAMmmfU824AoGKalx+riwocSI5Cs0PoGp9RdSLfmxkmJgyBxqLBP/isDNtFyhHnitikvRMZzyVgeq+U+Tg==
dependencies:
commander "^2.20.0"
source-map "~0.7.2"
source-map-support "~0.5.19"

text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
Expand Down

0 comments on commit ce39fa0

Please sign in to comment.