fix babelrc plugin config

This commit is contained in:
seven 2019-12-12 06:35:48 +05:00
parent cb92865dac
commit d7bc1aff1d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}