fix: fix window npm script

This commit is contained in:
vben
2020-10-16 23:36:52 +08:00
parent b84de1a515
commit a0b09e74ba
7 changed files with 13 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ const vitePlugins: VitePlugin[] = [];
if (isReportMode()) {
// report
rollupPlugins.push(
visualizer({ filename: './node_modules/.cache/stats.html', open: true }) as Plugin
visualizer({ filename: './build/.cache/stats.html', open: true }) as Plugin
);
}
if (isBuildGzip() || isSiteMode()) {