Skip to content

Commit

Permalink
Update @babel's dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
letsbug committed Apr 10, 2019
1 parent 6c50995 commit 7ec4f60
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
],
"plugins": [
"@vue/babel-plugin-transform-vue-jsx",
"@babel/transform-runtime"
],
"env": {
"development":{
"plugins": [
"@babel/syntax-dynamic-import"
]
}
}
"@babel/transform-runtime",
"@babel/plugin-syntax-dynamic-import"
]
}

0 comments on commit 7ec4f60

Please sign in to comment.