aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorseven <sjang8762@outlook.com>2019-12-12 06:35:48 +0500
committerseven <sjang8762@outlook.com>2019-12-12 06:35:48 +0500
commitd7bc1aff1d4c52c038457fe7650ffb793dfc4618 (patch)
tree479023709945f03af2a8800408336a1fd2174afd /.babelrc
parentcb92865dac3c8d961be01d506726b1692ce50d03 (diff)
fix babelrc plugin config
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 3019976f..3c732dd1 100644
--- a/.babelrc
+++ b/.babelrc
@@ -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
}