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.
2 parents 76a2dd5 + 6aa4eb3 commit 6e9e33aCopy full SHA for 6e9e33a
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