babel.config.js 222 B

12345678910111213
  1. module.exports = {
  2. presets: [ '@vue/cli-plugin-babel/preset' ]
  3. // plugins: [
  4. // [
  5. // 'import',
  6. // {
  7. // libraryName: 'ant-design-vue',
  8. // libraryDirectory: 'es',
  9. // style: true
  10. // }
  11. // ]
  12. // ]
  13. };