Skip to content

Commit 937c7b8

Browse files
author
Alain Sollberger
committed
fix(nx-upgrade): upgraded nx to avoid stylus lib issue
1 parent 3ca01ed commit 937c7b8

File tree

3 files changed

+23458
-15166
lines changed

3 files changed

+23458
-15166
lines changed

libs/native-federation-core/src/lib/core/build-for-federation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export async function buildForFederation(
5858
'browser'
5959
);
6060

61+
// If SSR is not enabled, we can avoid bundling for the server.
6162
const sharedPackageInfoServer = fedOptions.ssr
6263
? await bundleShared(sharedServer, config, fedOptions, externals, 'node')
6364
: [];
@@ -70,6 +71,7 @@ export async function buildForFederation(
7071
'browser'
7172
);
7273

74+
// If SSR is not enabled, we can avoid bundling for the server.
7375
const separatePackageInfoServer = fedOptions.ssr
7476
? await bundleSeparate(
7577
separateServer,

0 commit comments

Comments
 (0)