Files

12 lines
168 B
JavaScript
Raw Permalink Normal View History

module.exports = {
presets: [
[
'@vue/app',
{
useBuiltIns: 'entry',
polyfills: ['es6.promise', 'es6.symbol'],
},
],
],
};