Skip to content

Commit

Permalink
chore: vite build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsers committed Nov 7, 2022
1 parent d30b745 commit dcfa234
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "vite --port 8765 --host",
"dev:advanced": "vite --port 8765 --host --mode advanced",
"build": "tsc && vite build",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
"build:advanced": "node comb_feats ${npm_config_custom_options} && tsc && vite build --mode advanced",
"serve": "vite preview"
},
Expand Down Expand Up @@ -83,6 +83,7 @@
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"better-babel-generator": "^6.26.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"less": "^4.1.1",
"less-loader": "^8.1.1",
Expand Down

0 comments on commit dcfa234

Please sign in to comment.