vue打包报内存溢出

vue-cli 构建的项目:
package.json 文件里修改:

"build": "node build/build.js"

修改为:

"build": "node --max_old_space_size=4096 build/build.js"

 

相关文章:

  • 2021-12-27
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-18
  • 2022-12-23
  • 2022-01-08
  • 2021-06-05
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案