Skip to content

Commit

Permalink
Remove UglifyJSPlugin and replace with Babel transform remove plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Jan 2, 2020
1 parent 82612a4 commit e6e8ad4
Show file tree
Hide file tree
Showing 6 changed files with 827 additions and 811 deletions.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
}
]
],
"compact" : false
"env": {
"production": {
"plugins": [["transform-remove-console", { "exclude": [ "error" ] }], "transform-remove-debugger"]
}
}
}
Loading

0 comments on commit e6e8ad4

Please sign in to comment.