Skip to content

Commit bec511f

Browse files
committed
Switch babel preset
1 parent 0a9a400 commit bec511f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["es2015-loose", "stage-0"],
2+
"presets": ["es2015"],
33
"plugins": ["add-module-exports"],
44
"env": {
55
"development": {

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"babel-eslint": "^7.1.1",
2828
"babel-plugin-add-module-exports": "^0.2.1",
2929
"babel-preset-es2015": "^6.18.0",
30-
"babel-preset-es2015-loose": "^7.0.0",
31-
"babel-preset-stage-0": "^6.3.13",
3230
"babel-register": "^6.18.0",
3331
"cross-env": "^3.1.4",
3432
"del-cli": "^0.2.1",

0 commit comments

Comments
 (0)