diff options
| author | seven <sjang8762@outlook.com> | 2019-12-11 14:21:06 +0500 |
|---|---|---|
| committer | seven <sjang8762@outlook.com> | 2019-12-11 14:21:06 +0500 |
| commit | e6d5b9c0bba7410044d0ad2fe7e3670a5026d0d4 (patch) | |
| tree | 734d2a92955e75df6190a6ac95b1692e47312b19 /.babelrc | |
| parent | 424e78891afa7f76ed58191187c3e65a7727eaee (diff) | |
update babelrc
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": ["transform-runtime", "lodash", "transform-vue-jsx"], + "plugins": ["@babel/plugin-transform-runtime", "lodash", "transform-vue-jsx"], "comments": false } |
