babel.config.js 112 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6
module.exports = {
  presets: [
    '@vue/app'
  ],
  'ignore': ['./src/pages/sys/log/webVideoCtrl.js']
}