4 lines
No EOL
76 B
Markdown
4 lines
No EOL
76 B
Markdown
```bash
|
|
# 限制到300M
|
|
NODE_OPTIONS=--max_old_space_size=300 yarn build
|
|
``` |