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 12acab8 commit 2dbc7b9Copy full SHA for 2dbc7b9
packages/angular_devkit/build_angular/src/tools/esbuild/application-code-bundle.ts
@@ -282,7 +282,6 @@ export function createServerPolyfillBundleOptions(
282
return;
283
}
284
285
- const { workspaceRoot } = options;
286
const buildOptions: BuildOptions = {
287
...polyfillBundleOptions,
288
platform: 'node',
@@ -307,9 +306,6 @@ export function createServerPolyfillBundleOptions(
307
306
},
308
};
309
310
- buildOptions.plugins ??= [];
311
- buildOptions.plugins.push(createRxjsEsmResolutionPlugin());
312
-
313
return () => buildOptions;
314
315
0 commit comments