3条回答 默认 最新
游一游走一走 2022-09-30 10:11关注- Create .vscode directory in your workspace
- Create settings.json inside .vscode directory with the following content:
或者修改启动脚本类似这个{ "terminal.integrated.env.windows": { "node_options": "--max_old_space_size=8192" } }"scripts": { "start": "cross-env NODE_OPTIONS=--max-old-space-size=8192 webpack" }
解决 无用评论 打赏 举报