We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0d5c0 commit 7e888e2Copy full SHA for 7e888e2
site/vite.config.ts
@@ -40,11 +40,11 @@ export default defineConfig({
40
buildDirectory: "build",
41
}),
42
tsconfigPaths(),
43
- visualizer({ emitFile: true }),
44
codecovVitePlugin({
45
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
46
bundleName: "site",
47
uploadToken: process.env.CODECOV_TOKEN,
48
+ visualizer({ emitFile: true }),
49
],
50
});
0 commit comments