fix
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-06-01 05:48:02 -06:00
parent 678d3d9abf
commit d3dfca2fe5

View File

@@ -11,6 +11,9 @@ export default defineConfig({
index: "./src/main.ts", index: "./src/main.ts",
}, },
}, },
output: {
polyfill: "usage",
},
performance: { performance: {
chunkSplit: { chunkSplit: {
strategy: "split-by-module", strategy: "split-by-module",