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.
zone.js/node
1 parent 71424e1 commit 7632bafCopy full SHA for 7632baf
packages/angular_devkit/build_angular/src/tools/esbuild/application-code-bundle.ts
@@ -162,7 +162,7 @@ export function createServerCodeBundleOptions(
162
const polyfills = [`import '@angular/platform-server/init';`];
163
164
if (options.polyfills?.includes('zone.js')) {
165
- polyfills.push(`import 'zone.js/fesm2015/zone-node.js';`);
+ polyfills.push(`import 'zone.js/node';`);
166
}
167
168
if (jit) {
0 commit comments