babel.config.js 108 B

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