We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0762b commit 8b7a6afCopy full SHA for 8b7a6af
1 file changed
docs/documentation/stories/moving-into-the-cli.md
@@ -44,6 +44,7 @@ Adjust paths on your app to use this folder e.g. `<img src='assets/my-image.jpg>
44
There are a few adjustments you need to do to use the CLI build system.
45
- Change any absolute paths you have for `templateUrl`, `styleUrls` or lazy loaded NgModules to
46
relative paths instead.
47
+- Remove any `module.id` that you have in `@Component` metadata. They aren't needed in the CLI.
48
- Polyfills are listed in `./src/polyfills.ts` so remove `core-js` and `zone.js` from `index.html`.
49
- SystemJS is not needed anymore, so remove it from `index.html` as well.
50
- Instead of using `<script>` and `<link>` tags directly in `index.html`, use
0 commit comments