Switch to uglifyjs for speed improvement, leverage caching

This commit is contained in:
Dane Everitt 2018-06-03 20:34:30 -07:00
parent 9d624d2c39
commit cc58bc9bd5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 61 additions and 388 deletions

View file

@ -1,7 +1,6 @@
{
"presets": [
"@babel/preset-env",
"minify"
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"