fix(server): grammatical errors

This commit is contained in:
Vben
2021-04-01 22:34:31 +08:00
parent c030567b38
commit ee4829c15d
9 changed files with 67 additions and 276 deletions

View File

@@ -9,9 +9,7 @@ export function configVisualizerConfig() {
return visualizer({
filename: './node_modules/.cache/visualizer/stats.html',
open: true,
// @ts-ignore
gzipSize: true,
// @ts-ignore
brotliSize: true,
}) as Plugin;
}