Better support for CSS and JS

This commit is contained in:
Dane Everitt 2018-06-03 19:35:50 -07:00
parent bbdade398a
commit 80b0816718
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 50 additions and 22 deletions

View file

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