babel.config.js 53 Bytes
Newer Older
wangdanlei's avatar
wangdanlei committed
1 2 3 4 5
module.exports = {
  presets: [
    '@vue/app'
  ]
}