luqingyang
2023-10-23 be63b5c4b3fd231a5d25ce5434cc24c9a8e285b7
1
2
3
4
5
6
7
8
9
10
module.exports = {
  presets: [
    ['@vue/app',
      {
        'useBuiltIns': 'entry',
        polyfills: ['es6.promise', 'es6.symbol']
      }
    ]
  ]
}