We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59758b7 commit 541494dCopy full SHA for 541494d
.changeset/grumpy-lobsters-boil.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/modern-js': patch
3
4
+
5
+fix(modernjs): correct splitChunks.cacheGroups key which need to be removed
packages/modernjs/src/cli/utils.ts
@@ -370,8 +370,8 @@ export const getIPV4 = (): string => {
370
// lib-axios.js: include axios.
371
372
const SPLIT_CHUNK_MAP = {
373
- REACT: 'lib-react',
374
- ROUTER: 'lib-router',
+ REACT: 'react',
+ ROUTER: 'router',
375
LODASH: 'lib-lodash',
376
ANTD: 'lib-antd',
377
ARCO: 'lib-arco',
0 commit comments