We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abab69a + 392182f commit 6dccc8fCopy full SHA for 6dccc8f
1 file changed
libs/native-federation/src/builders/build/builder.ts
@@ -135,7 +135,7 @@ export async function* runBuilder(
135
const write = true;
136
const watch = nfOptions.watch;
137
138
- if (!!options['buildTarget']) {
+ if (options['buildTarget']) {
139
serverOptions = await normalizeOptions(
140
context,
141
context.target.project,
0 commit comments