Skip to content

Commit 8515d80

Browse files
committed
Merge branch 'main' into deploy
2 parents 2fd0a5f + 8dde737 commit 8515d80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"publish": "npm run build && firebase deploy"
1313
},
1414
"dependencies": {
15-
"@drincs/pixi-vn": "^1.3.19",
15+
"@drincs/pixi-vn": "^1.3.20",
1616
"@emotion/react": "^11.14.0",
1717
"@emotion/styled": "^11.14.1",
1818
"@mui/icons-material": "^7.3.1",

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default defineConfig({
4949
manualChunks: {
5050
"lib/@mui/joy": ["@mui/joy"],
5151
"lib/react-markdown": ["react-markdown", "rehype-raw", "remark-gfm"],
52+
"lib/@drincs/pixi-vn": ["@drincs/pixi-vn"],
5253
},
5354
},
5455
},

0 commit comments

Comments
 (0)