Skip to content

Commit

Permalink
Make the sentence more clear (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctvt authored Jun 21, 2023
1 parent 0ab93ec commit fdd7c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/custom-webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ In this case, the behavior will be the same as when exporting a plain object —
If `customWebpackConfig.path` file exports a function, the behaviour of the builder changes : no more automatic merge is applied, instead the function
is called with the base Webpack configuration and must return the new configuration.
The function is called with the base config the builder options and the target options as parameters.
The function is called with the base config, the builder options, and the target options as parameters.
`TargetOptions` follows `target` definition from [this](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/architect/src/input-schema.json) schema
and can be used to manipulate your build based on the build target.
Expand Down

0 comments on commit fdd7c8e

Please sign in to comment.