Skip to content

Commit 1139893

Browse files
taiontimdorr
authored andcommitted
We're not actually using stage-0 (#3420)
1 parent b51d6ce commit 1139893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
"env": {
66
"cjs": {
7-
"presets": ["es2015-loose", "stage-0"],
7+
"presets": ["es2015-loose", "stage-1"],
88
"plugins": ["add-module-exports"]
99
},
1010
"es": {
11-
"presets": ["es2015-loose-native-modules", "stage-0"]
11+
"presets": ["es2015-loose-native-modules", "stage-1"]
1212
}
1313
}
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"babel-preset-es2015-loose": "^7.0.0",
5252
"babel-preset-es2015-loose-native-modules": "^1.0.0",
5353
"babel-preset-react": "^6.5.0",
54-
"babel-preset-stage-0": "^6.5.0",
54+
"babel-preset-stage-1": "^6.5.0",
5555
"babel-register": "^6.7.2",
5656
"bundle-loader": "^0.5.4",
5757
"codecov.io": "^0.1.6",

0 commit comments

Comments
 (0)