Compare commits

..

No commits in common. "ac219039bd91f49c54edffb2329e445ff4bf2395" and "c1e193a3bb9ebe3684987cb43b9d9cfd50bc996a" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View file

@ -1,2 +0,0 @@
allowBuilds:
esbuild: true

View file

@ -12,18 +12,4 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
build: {
rolldownOptions: {
output: {
codeSplitting: {
groups: [
{
name: "pixi",
test: /node_modules[\\/](pixi\.js|@pixi)[\\/]/,
},
],
},
},
},
},
});