@angular-builders/custom-webpack 16.0.0-beta.2 → 16.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -380,7 +380,7 @@ In this case, the behavior will be the same as when exporting a plain object —
|
|
|
380
380
|
If `customWebpackConfig.path` file exports a function, the behaviour of the builder changes : no more automatic merge is applied, instead the function
|
|
381
381
|
is called with the base Webpack configuration and must return the new configuration.
|
|
382
382
|
|
|
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.
|
|
384
384
|
`TargetOptions` follows `target` definition from [this](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/architect/src/input-schema.json) schema
|
|
385
385
|
and can be used to manipulate your build based on the build target.
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-builders/custom-webpack",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.1-beta.0",
|
|
4
4
|
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"rimraf": "^5.0.0",
|
|
57
57
|
"typescript": "5.0.4"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "dbff4f665e72c67d9f9f718e2b60008c2b4f315e"
|
|
60
60
|
}
|