Blame view

Antis.Erp.Plat/antis-ncc-admin/babel.config.js 136 Bytes
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
7
8
9
10
  module.exports = {
    presets: [
      '@vue/app'
    ],
    'env': {
      'development': {
        'plugins': ['dynamic-import-node']
      }
    }
  }