mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-08-12 12:29:42 +00:00
Compare commits
No commits in common. "ac219039bd91f49c54edffb2329e445ff4bf2395" and "c1e193a3bb9ebe3684987cb43b9d9cfd50bc996a" have entirely different histories.
ac219039bd
...
c1e193a3bb
2 changed files with 0 additions and 16 deletions
|
|
@ -1,2 +0,0 @@
|
|||
allowBuilds:
|
||||
esbuild: true
|
||||
|
|
@ -12,18 +12,4 @@ export default defineConfig({
|
|||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
build: {
|
||||
rolldownOptions: {
|
||||
output: {
|
||||
codeSplitting: {
|
||||
groups: [
|
||||
{
|
||||
name: "pixi",
|
||||
test: /node_modules[\\/](pixi\.js|@pixi)[\\/]/,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue