Skip to content

Commit 0b81440

Browse files
authored
docs(custom-webpack): update README
1 parent fea0f1d commit 0b81440

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/custom-webpack/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@ module.exports = async config => {
359359
360360
# Index Transform
361361
362-
### Important:
363-
364-
**_Requires `@angular-devkit/build-angular@0.801` and `@angular-builders/custom-webpack@8.1.0`._**
365-
366362
Since Angular 8 `index.html` is not generated as part of the Webpack build. If you want to modify your `index.html` you should use `indexTransform` option.
367363
`indexTransform` is a path (relative to workspace root) to a `.js` or `.ts` file that exports transformation function for `index.html`.
368364
Function signature is as following:
@@ -431,4 +427,4 @@ Full example [here](https://github.com/just-jeb/angular-builders/tree/master/pac
431427
432428
# Further Reading
433429
434-
- [Customizing Angular CLI 6 build - an alternative to ng eject](https://medium.com/@just-jeb/customizing-angular-cli-6-build-an-alternative-to-ng-eject-a48304cd3b21)
430+
- [Customizing Angular CLI build - an alternative to ng eject](https://medium.com/angular-in-depth/customizing-angular-cli-build-an-alternative-to-ng-eject-v2-c655768b48cc)

0 commit comments

Comments
 (0)