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

Commit 59396c0

Browse files
committed
fix: roll all the changes back
1 parent 5036084 commit 59396c0

File tree

4 files changed

+1803
-4745
lines changed

4 files changed

+1803
-4745
lines changed

.babelrc

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-flow"
5+
],
26
"plugins": [
3-
"syntax-trailing-function-commas",
4-
"transform-flow-strip-types",
5-
"transform-es2015-destructuring",
6-
"transform-es2015-parameters",
7-
"transform-es2015-shorthand-properties",
8-
"transform-es2015-spread",
9-
"transform-object-rest-spread",
10-
"transform-async-to-generator",
11-
"transform-strict-mode",
12-
"syntax-jsx",
13-
"transform-vue-jsx",
14-
["transform-es2015-modules-commonjs", {"allowTopLevelThis": true}]
7+
"@babel/plugin-proposal-object-rest-spread",
8+
"@babel/plugin-transform-runtime"
159
]
16-
}
10+
}

0 commit comments

Comments
 (0)