This repository was archived by the owner on Nov 22, 2024. It is now read-only.
v12.1.0
Bug Fixes
- @nguniversal/builders: make prerender work with large route lists (b03a778)
- @nguniversal/common: add missing
schematicskey inpackage.json(39b4d85) - @nguniversal/common: add Window stubs to Engine (Clover) (635d61e), closes #2108
- @nguniversal/common: combine path using
posix.join(5f61b28) - @nguniversal/common: correctly construct host string (ecf9db1), closes #2108
- @nguniversal/common: remove
esModuleInteropfromtsconfig.server.json(fe979e4) - @nguniversal/express-engine: add
serverTargetfor prerender (ccc0fc1), closes #2120 - @nguniversal/express-engine: remove in-existing migrations reference (a11df5a)
Features
- @nguniversal/builders: spawn static server for build artifacts (8982199)