From c868457e2195ddcf95f269c525c54a0909fb5a80 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 25 Feb 2017 20:15:50 -0800 Subject: [PATCH] docs: improve Flat ES Modules docs --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab2512d08..97d53126ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,8 +41,8 @@ Angular is now compliant with [TypeScript’s StrictNullChecks](https://www.type Universal, the project that allows developers to run Angular on a server, is now up to date with Angular again, and has been adopted by the Angular team. This release now includes the results of the work from the Universal team over the last few months. The majority of the Universal code is now in platform-server. To learn more about this change, take a look the new [`renderModuleFactory`](https://github.com/angular/angular/blob/56f232cdd70a352cb9151bc7cfe8981bc2710ea6/modules/%40angular/platform-server/src/utils.ts#L63-L72) method, or Rob Wormald’s [Demo Repository](https://github.com/robwormald/ng-universal-demo/). More documentation is forthcoming. -### Flat ES Modules (ESM) -We now ship flattened versions of our modules, this should help tree-shaking and help reduce the size of your generated bundles. +### Flat ES Modules (Flat ESM / FESM) +We now ship flattened versions of our modules ("rolled up" version of our code in the EcmaScript Module format, see [example file](https://github.com/angular/core-builds/blob/85cbe3f8d6107af033b0f8b56456c181cbcb5eb7/%40angular/core.js)). This format should help tree-shaking, help reduce the size of your generated bundles, and speed up build, transpilation, and loading in the browser in certain scenarios. ### ES2015 Builds