Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/lianjunbin/Documents/pix-component/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/lodash.js from /Users/lianjunbin/Documents/pix-component/docs/.vitepress/.temp/app.js not supported.
Instead change the require of lodash.js in /Users/lianjunbin/Documents/pix-component/docs/.vitepress/.temp/app.js to a dynamic import() which is available in all CommonJS modules.
at Module. (/Users/lianjunbin/Documents/pix-component/docs/.vitepress/.temp/app.js:9:16)
at renderPage (/Users/lianjunbin/Documents/pix-component/nodemodules/.pnpm/vitepress@0.22.4@algolia+client-search@4.14.1_@types+react@18.3.3_react-dom@18.3.1_react@18.3.1_sass@1.53.0/node_modules/vitepress/dist/node/serve-3035f99b.js:41110:25)
at Object.build (/Users/lianjunbin/Documents/pix-component/nodemodules/.pnpm/vitepress@0.22.4@algolia+client-search@4.14.1_@types+react@18.3.3_react-dom@18.3.1_react@18.3.1_sass@1.53.0/node_modules/vitepress/dist/node/serve-3035f99b.js:41259:15) {
code: 'ERR_REQUIRE_ESM'
Describe the bug
Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/lianjunbin/Documents/pix-component/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/lodash.js from /Users/lianjunbin/Documents/pix-component/docs/.vitepress/.temp/app.js not supported. Instead change the require of lodash.js in /Users/lianjunbin/Documents/pix-component/docs/.vitepress/.temp/app.js to a dynamic import() which is available in all CommonJS modules. at Module. (/Users/lianjunbin/Documents/pix-component/docs/.vitepress/.temp/app.js:9:16)
at renderPage (/Users/lianjunbin/Documents/pix-component/nodemodules/.pnpm/vitepress@0.22.4@algolia+client-search@4.14.1_@types+react@18.3.3_react-dom@18.3.1_react@18.3.1_sass@1.53.0/node_modules/vitepress/dist/node/serve-3035f99b.js:41110:25)
at Object.build (/Users/lianjunbin/Documents/pix-component/nodemodules/.pnpm/vitepress@0.22.4@algolia+client-search@4.14.1_@types+react@18.3.3_react-dom@18.3.1_react@18.3.1_sass@1.53.0/node_modules/vitepress/dist/node/serve-3035f99b.js:41259:15) {
code: 'ERR_REQUIRE_ESM'
Reproduction
搞不懂 同样的代码用vitepress dev可以正常运行,但是vitepress build 报错。
Expected behavior
解决打包编译问题
System Info
Additional context
No response
Validations