Skip to content

Commit 660b0cb

Browse files
committed
fix(vite.config.ts): fix the problem that the type of visualizer plugin passed in is wrong
1 parent 7bd0c7f commit 660b0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (IS_PRODUCTION) {
4747
open: true,
4848
gzipSize: true,
4949
brotliSize: true
50-
})
50+
}) as PluginOption
5151
)
5252
}
5353

0 commit comments

Comments
 (0)