We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 简明扼要的描述你的问题
npm run build遇到error: "statSync" is not exported by "__vite-browser-external", imported by "node_modules/pkg-types/dist/index.mjs".
.fes.prod.js
viteOption: { optimizeDeps: { exclude: externals, }, plugins: [UnoCSS(), commonjsExternals({ externals, })], },
环境描述/版本信息 (请完成如下信息)
如何复现 复现步骤 1. 2. 3. 4.
预期结果 简明扼要的说明你期待的结果
截图 如果可以的话,附上截图
其它补充内容 任何和这个问题有关的额外内容
The text was updated successfully, but these errors were encountered:
请提供完整的 .fes.prod.js 或最小的可复现 demo
Sorry, something went wrong.
No branches or pull requests
问题描述
简明扼要的描述你的问题
npm run build遇到error: "statSync" is not exported by "__vite-browser-external", imported by "node_modules/pkg-types/dist/index.mjs".
.fes.prod.js
viteOption: {
optimizeDeps: {
exclude: externals,
},
plugins: [UnoCSS(), commonjsExternals({
externals,
})],
},
环境描述/版本信息 (请完成如下信息)
如何复现
复现步骤
1.
2.
3.
4.
预期结果
简明扼要的说明你期待的结果
截图
如果可以的话,附上截图
其它补充内容
任何和这个问题有关的额外内容
The text was updated successfully, but these errors were encountered: