babel.config.js 254 B

12345678910111213
  1. module.exports = {
  2. presets: [
  3. '@vue/app'
  4. ]
  5. // ,
  6. // plugins: [
  7. // [ 'import', {
  8. // 'libraryName': 'ant-design-vue',
  9. // 'libraryDirectory': 'es',
  10. // 'style': true // `style: true` 会加载 less 文件
  11. // } ]
  12. // ]
  13. }