babel.config.js 86 B

123456
  1. module.exports = {
  2. presets: [
  3. ['@vue/app',
  4. { useBuiltIns: 'entry' }]
  5. ]
  6. }