mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
* fix(@angular-devkit/build-angular): Windows Node.js 20 prerendering failure On Node.js 20 prerendering failed on Windows with `An unhandled exception occurred: No handler function exported` error. This appears to be caused by transforming Piscina CJS bundles using the `JavaScriptTransformer`. interestingly, this does not effect other OS like Linux and Mac. * fixup! fix(@angular-devkit/build-angular): Windows Node.js 20 prerendering failure Co-authored-by: Charles <19598772+clydin@users.noreply.github.com> --------- Co-authored-by: Charles <19598772+clydin@users.noreply.github.com>