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 4d85ac3 commit 6aa4eb3Copy full SHA for 6aa4eb3
libs/native-federation-core/src/lib/config/with-native-federation.ts
@@ -46,7 +46,7 @@ function normalizeShared(
46
result = Object.keys(shared).reduce(
47
(acc, cur) => ({
48
...acc,
49
- [cur]: {
+ [cur.replace(/\\/g, '/')]: {
50
requiredVersion: shared[cur].requiredVersion ?? 'auto',
51
singleton: shared[cur].singleton ?? false,
52
strictVersion: shared[cur].strictVersion ?? false,
0 commit comments