diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000000000000000000000000000000000000..4b4cf3e0d1ee7fda2d06cb674a6415efca51c227 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,10 @@ +module.exports = { + presets: ['@vue/babel-preset-jsx'], + plugins: [ + [ + 'component', + { libraryName: 'element-ui', styleLibraryName: 'theme-chalk' } + ], + '@babel/plugin-proposal-optional-chaining' + ] +}