yangxingyuan
yangxingyuan
> Thanks for the ping, @patak-dev. I built this branch and tried it out in my app, and unfortunately it doesn't seem to fix the issue for me. I think...
> This change can pass some test case. However, the most fundamental reason is that the loading of dev is `A -> B -> C`, and the loading of prod...
I'm confused that after `pnpm install` the nest-deps files has been influenced and i cannot commit the files in `node_modules/test-pcakage-a/ `
> > Thanks! I do not know why it didn't work in your environment, but I've pushed a commit after running `pnpm i`. Maybe you are using an old pnpm?...
感谢指出哈
> @chenjiahan @sanyuan0704 现在 `FinalConfig` 的命名咋样,我能想到的可选项还有 `NormalizedConfig` `Config` `FinalBuilderConfig` `FinalConfig` 会让人误以为是最后的 webpack 配置,不如改成 `FinalBuilderConfig` 或者 `NormalizedBuilderConfig`
不如全新的 Island.js https://github.com/sanyuan0704/island.js
I have the save issue with Phi3 model
可以通过搜集文章的 frontmatter 实现
frontmatter 解析的功能现在已经有了,目前只需要在运行时拿到所有页面的 frontmatter 对象,提取出 sidebar 配置,然后对 sidebar 进行分组,这样就不用在配置文件里面配了。