新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-10-17 15a0e50e48ef7c165140f3bf315a0a7f9ee742c3
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  'env': {
    'development': {
      // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
      // This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
      // https://panjiachen.github.io/vue-element-admin-site/guide/advanced/lazy-loading.html
      'plugins': ['dynamic-import-node']
    }
  }
}