diff options
| author | seven <sjang8762@outlook.com> | 2019-12-12 06:35:48 +0500 |
|---|---|---|
| committer | seven <sjang8762@outlook.com> | 2019-12-12 06:35:48 +0500 |
| commit | d7bc1aff1d4c52c038457fe7650ffb793dfc4618 (patch) | |
| tree | 479023709945f03af2a8800408336a1fd2174afd /.babelrc | |
| parent | cb92865dac3c8d961be01d506726b1692ce50d03 (diff) | |
fix babelrc plugin config
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
