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

Commit 0cda1af

Browse files
committed
fix: let babel find its configuration
1 parent a318d99 commit 0cda1af

File tree

5 files changed

+254
-82
lines changed

5 files changed

+254
-82
lines changed

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"presets": [
3-
"@babel/preset-env",
3+
["@babel/preset-env",{"targets":"Chrome 60"}],
44
"@babel/preset-flow"
55
],
66
"plugins": [
77
"@babel/plugin-proposal-object-rest-spread",
8-
"@babel/plugin-transform-runtime"
8+
"@babel/plugin-transform-runtime",
9+
"babel-plugin-transform-vue-jsx"
910
]
1011
}

0 commit comments

Comments
 (0)