Timeless0911
Timeless0911
As shown in the above example, I can traverse all packages in the process of local reproduction only if `pnpm-lock.yaml `and `node_modules` are deleted. Since deleting the lock file is...
Maybe we can set `jest.spyOn(process.stdout, 'write').mockImplementation(jest.fn());` `jest.spyOn(process.stderr, 'write').mockImplementation(jest.fn());` in `jest.setup.js`
Sync some context for public, now two issues have been discovered yet 1. HMR does not take effect when first screen is loaded, causing the page to be actively refreshed...
!canary
!canary
It's a big feature and we should also implement theme inheritance like https://vuepress.vuejs.org/theme/inheritance.html#theme-inheritance do. May be it will be implemented in 2.0 refactor?
Yes, the search of code block is not supported now.
> @Timeless0911 search will stop when keyword in title(h1, h2, h3...), even the keyword also exists in content. Just title return. Can you open another issue and provide a reproduce...
> I think it should be resolved by the compiler, as most of the other links are done through the compiler. In addition, if dynamic linking is required, it should...
> So, how should I solve this problem? Compiler or Component (theme-default) I think component is better for theme related like i18n and multiversion. @sanyuan0704 What's your opinion?