Replies: 1 comment
-
定位到问题 是因为 使用了 @originjs/vite-plugin-federation ,请问如何解决 federation({ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
advancedChunks: {
groups: [
{
name: "echarts-render-vendor",
test: //node_modules/@ouryun/ouryun-plus/dist/es/node_modules/.pnpm/echarts*/,
},
{
name: "xlsx-render-vendor",
test: //node_modules/@ouryun/ouryun-plus/dist/es/node_modules/.pnpm/xlsx*/,
},
{
name: "ouryun-render-components",
test: //node_modules/@ouryun/ouryun-plus/dist/es/components/,
},
],
},
Beta Was this translation helpful? Give feedback.
All reactions