Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bcc75bdd
authored
Nov 22, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能完善】打包:max_old_space_size 默认 4096
parent
97a68ce4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
package.json
+5
-5
No files found.
package.json
View file @
bcc75bdd
...
...
@@ -9,11 +9,11 @@
"dev"
:
"vite --mode env.local"
,
"dev-server"
:
"vite --mode dev"
,
"ts:check"
:
"vue-tsc --noEmit"
,
"build:local"
:
"node ./node_modules/vite/bin/vite.js build"
,
"build:dev"
:
"node ./node_modules/vite/bin/vite.js build --mode dev"
,
"build:test"
:
"node ./node_modules/vite/bin/vite.js build --mode test"
,
"build:stage"
:
"node ./node_modules/vite/bin/vite.js build --mode stage"
,
"build:prod"
:
"node ./node_modules/vite/bin/vite.js build --mode prod"
,
"build:local"
:
"node
--max_old_space_size=4096
./node_modules/vite/bin/vite.js build"
,
"build:dev"
:
"node
--max_old_space_size=4096
./node_modules/vite/bin/vite.js build --mode dev"
,
"build:test"
:
"node
--max_old_space_size=4096
./node_modules/vite/bin/vite.js build --mode test"
,
"build:stage"
:
"node
--max_old_space_size=4096
./node_modules/vite/bin/vite.js build --mode stage"
,
"build:prod"
:
"node
--max_old_space_size=4096
./node_modules/vite/bin/vite.js build --mode prod"
,
"serve:dev"
:
"vite preview --mode dev"
,
"serve:prod"
:
"vite preview --mode prod"
,
"preview"
:
"pnpm build:local && vite preview"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment