We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d589339 commit a8daf3fCopy full SHA for a8daf3f
1 file changed
libs/native-federation-core/src/lib/core/bundle-shared.ts
@@ -236,7 +236,7 @@ function addChunksToResult(
236
for (const item of chunks) {
237
const fileName = path.basename(item.fileName);
238
result.push({
239
- singleton: true,
+ singleton: false,
240
strictVersion: false,
241
// Here, the version does not matter because
242
// a) a chunk split off by the bundler does
@@ -246,6 +246,7 @@ function addChunksToResult(
246
//
247
// For the same reason, we don't need to
248
// take care of singleton and strictVersion.
249
+ version: '0.0.0',
250
requiredVersion: '0.0.0',
251
packageName: deriveInternalName(fileName),
252
outFileName: fileName,
0 commit comments