Better support for CSS and JS
This commit is contained in:
parent
bbdade398a
commit
80b0816718
4 changed files with 50 additions and 22 deletions
3
.babelrc
3
.babelrc
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
"@babel/preset-env",
|
||||
"minify"
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-object-rest-spread"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue