zhangyuang / ssr

A most advanced ssr framework support React17/React18/Vue2/Vue3 on Earth that implemented serverless-side render specification.
http://doc.ssr-fc.com/
MIT License
2.61k stars 284 forks source link

使用workspace目录结构报错 #182

Closed zpfZPFgithub closed 2 years ago

zpfZPFgithub commented 2 years ago

问题详情

老项目能正常运行,升级后报错了。 项目使用的是yarn workspace目录结构 根目录: image 根目录node_modules目录 image 项目目录,task项目: image 项目目录node_modules目录 image 在项目目录执行yarn run build后报错: image 经查证是最新的改动新增了realpathSync方法,依赖子目录node_modules下包依赖,但是workspace模式下物理路径是不存在的,会报查不到文件错误。 image

期望的结果

realpathSync不依赖具体的物理路径

当前使用的版本

当前最新版本:v.6.2.6

复现仓库地址