Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 05e2643

Browse files
author
deepsweet
committed
🔧 switch to babel-preset-start
1 parent 364c7f9 commit 05e2643

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": [ "es2015" ],
3-
"plugins": [ "transform-runtime" ]
2+
"presets": [ "start" ]
43
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"devDependencies": {
2424
"babel-cli": "^6.14.0",
2525
"babel-eslint": "^6.1.2",
26-
"babel-plugin-transform-runtime": "^6.12.0",
27-
"babel-preset-es2015": "^6.13.2",
26+
"babel-preset-start": "^0.1.0",
2827
"eslint-config-rebem": "^1.1.0",
2928
"eslint-plugin-babel": "^3.3.0",
3029
"execa": "^0.4.0",

0 commit comments

Comments
 (0)