babel.config.js 197 B

1234567
  1. /**
  2. * @author https://gitee.com/chu1204505056/vue-admin-better (不想保留author可删除)
  3. * @description babel.config
  4. */
  5. module.exports = {
  6. presets: ['@vue/cli-plugin-babel/preset'],
  7. }