update babelrc

This commit is contained in:
seven 2019-12-11 14:21:06 +05:00
parent 424e78891a
commit e6d5b9c0bb
1 changed files with 1 additions and 1 deletions

View File

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