mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
fix: fix window npm script
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user