sean.zhou
2022-07-22 4dccbb68399da2d46943b8d613585afb49aa5455
vite.config.ts
@@ -28,7 +28,7 @@
    }),
    viteVConsole({
      entry: path.resolve(__dirname, './src/main.ts'), // 入口文件
      // localEnabled: command === 'serve', // serve开发环境下
      localEnabled: command === 'serve', // serve开发环境下
      // enabled: command !== 'serve' || mode === 'test', // 打包环境下/发布测试包,
      config: { // vconsole 配置项
        maxLogNumber: 1000,