Skip to content

Commit 64a9bfe

Browse files
author
Matthew Toledo
committed
updated rollup-plugin-uglify
1 parent 98d184b commit 64a9bfe

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.babelrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// "@babel/plugin-external-helpers"
4242
]
4343
},
44-
"build": {
44+
"production": {
4545
"presets": [
4646
[
4747
"@babel/preset-env",
@@ -56,8 +56,7 @@
5656
"plugins": [
5757
"@babel/plugin-proposal-class-properties",
5858
"@babel/plugin-proposal-object-rest-spread",
59-
"@babel/plugin-transform-object-assign",
60-
"@babel/plugin-external-helpers"
59+
"@babel/plugin-transform-object-assign"
6160
]
6261
},
6362
"test": {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"rollup-plugin-postcss": "^2.0.3",
9292
"rollup-plugin-replace": "^2.2.0",
9393
"rollup-plugin-serve": "^1.0.1",
94-
"rollup-plugin-uglify": "^6.0.2",
94+
"rollup-plugin-uglify": "^6.0.3",
9595
"rollup-plugin-uglify-es": "0.0.1",
9696
"rollup-watch": "^4.3.1",
9797
"uglify-es": "^3.3.5",

0 commit comments

Comments
 (0)