diff --git a/aio/tools/examples/example-boilerplate.js b/aio/tools/examples/example-boilerplate.js index 84f08926960..d126e16370b 100644 --- a/aio/tools/examples/example-boilerplate.js +++ b/aio/tools/examples/example-boilerplate.js @@ -75,9 +75,9 @@ class ExampleBoilerPlate { } if (ivy) { - // We only need the "fesm5" bundles as the CLI webpack build does not need + // We only need the "es2015" bundles as the CLI webpack build does not need // any other formats for building and serving. - shelljs.exec(`yarn --cwd ${SHARED_PATH} ivy-ngcc --properties module`); + shelljs.exec(`yarn --cwd ${SHARED_PATH} ivy-ngcc --properties es2015`); } exampleFolders.forEach(exampleFolder => {