chore(troika): install troika utils

This commit is contained in:
shafin-r
2026-03-12 19:35:58 +06:00
parent d24ab8f9cf
commit 25cfd2383b
3 changed files with 16 additions and 2 deletions

View File

@ -11,7 +11,13 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
esbuild: {
keepNames: true,
build: {
rollupOptions: {
output: {
manualChunks: {
troika: ["troika-three-text", "troika-worker-utils"],
},
},
},
},
});