新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-09-18 29becfd1b643f60de4437ebbd854e8e84432a4cc
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']
    }
  }
}