perf: replace crypto-es with crypto-js

This commit is contained in:
Vben
2021-02-26 00:15:18 +08:00
parent 8a9ca498d7
commit bba7768759
13 changed files with 108 additions and 102 deletions

View File

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