Skip to content

Commit fdd7c8e

Browse files
authored
Make the sentence more clear (#1405)
1 parent 0ab93ec commit fdd7c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom-webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ In this case, the behavior will be the same as when exporting a plain object —
380380
If `customWebpackConfig.path` file exports a function, the behaviour of the builder changes : no more automatic merge is applied, instead the function
381381
is called with the base Webpack configuration and must return the new configuration.
382382
383-
The function is called with the base config the builder options and the target options as parameters.
383+
The function is called with the base config, the builder options, and the target options as parameters.
384384
`TargetOptions` follows `target` definition from [this](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/architect/src/input-schema.json) schema
385385
and can be used to manipulate your build based on the build target.
386386

0 commit comments

Comments
 (0)