@angular-builders/custom-webpack 20.0.1-beta.1 → 21.0.0-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.
- package/README.md +2 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ Allow customizing build configuration without ejecting webpack configuration (`n
|
|
|
33
33
|
<details>
|
|
34
34
|
<summary>Click to expand</summary>
|
|
35
35
|
|
|
36
|
+
- [Version 20](https://github.com/just-jeb/angular-builders/blob/20.x.x/packages/custom-webpack/README.md)
|
|
36
37
|
- [Version 19](https://github.com/just-jeb/angular-builders/blob/19.x.x/packages/custom-webpack/README.md)
|
|
37
38
|
- [Version 18](https://github.com/just-jeb/angular-builders/blob/18.x.x/packages/custom-webpack/README.md)
|
|
38
39
|
- [Version 17](https://github.com/just-jeb/angular-builders/blob/17.x.x/packages/custom-webpack/README.md)
|
|
@@ -53,7 +54,7 @@ Allow customizing build configuration without ejecting webpack configuration (`n
|
|
|
53
54
|
|
|
54
55
|
## Prerequisites:
|
|
55
56
|
|
|
56
|
-
- [Angular CLI
|
|
57
|
+
- [Angular CLI 21](https://www.npmjs.com/package/@angular/cli)
|
|
57
58
|
|
|
58
59
|
# Usage
|
|
59
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-builders/custom-webpack",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-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": [
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
},
|
|
41
41
|
"builders": "builders.json",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@angular-builders/common": "
|
|
44
|
-
"@angular-devkit/architect": ">=0.
|
|
45
|
-
"@angular-devkit/build-angular": "^
|
|
46
|
-
"@angular-devkit/core": "^
|
|
47
|
-
"@angular/build": "^
|
|
43
|
+
"@angular-builders/common": "5.0.0-beta.1",
|
|
44
|
+
"@angular-devkit/architect": ">=0.2100.0 < 0.2200.0",
|
|
45
|
+
"@angular-devkit/build-angular": "^21.0.0",
|
|
46
|
+
"@angular-devkit/core": "^21.0.0",
|
|
47
|
+
"@angular/build": "^21.0.0",
|
|
48
48
|
"lodash": "^4.17.15",
|
|
49
49
|
"webpack-merge": "^6.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@angular/compiler-cli": "^
|
|
52
|
+
"@angular/compiler-cli": "^21.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"jest": "29.7.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"ts-node": "^10.0.0",
|
|
58
58
|
"typescript": "5.9.3"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "1d1aa1b1eb60aa4379ac38d5913ce0a31dd45160"
|
|
61
61
|
}
|