wupengfei
2025-02-17 0b8119a98d34e801ff7d38350fb9dd5365f7f810
apps/bMiniApp/config/index.js
@@ -106,7 +106,9 @@
    },
    webpackChain(chain, webpack) {
      if (process.env.NODE_ENV === 'development') {
        chain.plugin('analyzer').use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin, []);
        chain
          .plugin('analyzer')
          .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin, [{ analyzerPort: 8889 }]);
      }
      chain.plugin('unplugin-auto-import').use(