Skip to content

Commit

Permalink
ADD: 压缩体积
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszhu committed May 19, 2020
1 parent 6147a7e commit 79ee946
Show file tree
Hide file tree
Showing 7 changed files with 5,700 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"uglify": true
},
"modules": false
}
]
]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
node_modules
Loading

0 comments on commit 79ee946

Please sign in to comment.