@angular-builders/custom-webpack 16.0.0 → 16.0.1-beta.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
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.0",
3
+ "version": "16.0.1-beta.1",
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": [
@@ -52,9 +52,9 @@
52
52
  "@angular/compiler-cli": "^16.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "jest": "29.5.0",
55
+ "jest": "29.6.0",
56
56
  "rimraf": "^5.0.0",
57
57
  "typescript": "5.0.4"
58
58
  },
59
- "gitHead": "4dd0f2d6a87b05e1a9a7cb5b4e893b25494c26a3"
59
+ "gitHead": "d2a5897e5bf14c9dc0f1e9b5a1c7825338f39ee5"
60
60
  }