fix babelrc plugin config

このコミットが含まれているのは:
seven 2019-12-12 06:35:48 +05:00
コミット d7bc1aff1d
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1,5 +1,5 @@
{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "transform-vue-jsx"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-transform-vue-jsx"],
"comments": false
}