Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
chore: simplify package.json/.babelrc using babel-preset-gas
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Apr 12, 2018
1 parent d9d9b1d commit 50d51ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"presets": ["@babel/preset-es2015"],
"presets": ["gas"],
"plugins": [
"transform-es3-member-expression-literals",
"transform-es3-property-literals",
"minify-dead-code-elimination",
"transform-minify-booleans"
],
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@
"webpack-cli": "^2.0.14"
},
"dependencies": {
"@babel/preset-es2015": "^7.0.0-beta.44",
"babel-plugin-minify-dead-code-elimination": "^0.4.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-minify-booleans": "^6.9.1",
"babel-preset-gas": "^1.0.1",
"object-type-traits": "^1.0.2"
}
}

0 comments on commit 50d51ba

Please sign in to comment.