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 58bb85d commit 6cecac9Copy full SHA for 6cecac9
libs/native-federation/src/utils/angular-esbuild-adapter.ts
@@ -269,7 +269,7 @@ async function runEsbuild(
269
splitting: kind === 'mapping-or-exposed',
270
platform: 'browser',
271
format: 'esm',
272
- target: ['esnext'],
+ target: target,
273
logLimit: kind === 'shared-package' ? 1 : 0,
274
plugins: plugins || [
275
createCompilerPlugin(
0 commit comments