Skip to content

Commit

Permalink
Get rid of babel-preset-es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Dec 20, 2017
1 parent 26eaaa8 commit 7e01b2b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [
"es2015"
"env"
]
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"git graph"
],
"scripts": {
"build": "node -r babel-register ./node_modules/.bin/webpack --progress --colors",
"build": "webpack --progress --colors",
"build:watch": "yarn build --watch",
"release": "yarn build -p --config webpack.config.prod.js",
"release": "yarn build -p --config webpack.config.prod.babel.js",
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add [email protected]",
"lint": "standard",
"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
Expand Down Expand Up @@ -48,7 +48,6 @@
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"codeclimate-test-reporter": "^0.5.0",
"css-loader": "^0.28.7",
"css-to-string-loader": "^0.1.3",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7e01b2b

Please sign in to comment.