File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ In this case, the behavior will be the same as when exporting a plain object —
380380If ` customWebpackConfig .path ` file exports a function, the behaviour of the builder changes : no more automatic merge is applied, instead the function
381381is 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
385385and can be used to manipulate your build based on the build target.
386386
You can’t perform that action at this time.
0 commit comments