You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
执行 npm run build 打包出现如下问题
[BABEL] Note: The code generator has deoptimised the styling of docs/01.基础课程/05.机器学习/05.机器学习基础-线性代数.md as it exceeds the max of 500KB
ReturnTmp
changed the title
[bug]:
[bug]: [BABEL] Note: The code generator has deoptimised the styling of ... as it exceeds the max of 500KB
Oct 5, 2023
问题描述
执行 npm run build 打包出现如下问题
[BABEL] Note: The code generator has deoptimised the styling of docs/01.基础课程/05.机器学习/05.机器学习基础-线性代数.md as it exceeds the max of 500KB
重现步骤
初步判断为 md 文件过多,导致超出 babel 大小限制
依赖版本
补充说明(可选)
之前我在 vuepress 官方仓库找了类似的 isssue ,但是该 issue 也没有对应的解决方法
issues 地址:vuejs/vuepress#3003
我尝试使用上面 issue 中提到的方法,无效
尝试将参数 --max_old_space_size 调大,无效
The text was updated successfully, but these errors were encountered: