Skip to content

Commit 613bc8c

Browse files
committed
fix: disable top level await and some manual chunking
1 parent ca9c450 commit 613bc8c

File tree

4 files changed

+116
-113
lines changed

4 files changed

+116
-113
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"scripts": {
2424
"dev": "vite",
25-
"build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build",
25+
"build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=7000 vite build",
2626
"preview": "vite preview --port 5050",
2727
"test": "npm run test:unit",
2828
"test:unit": "vitest --environment jsdom",

0 commit comments

Comments
 (0)