@angular-builders/custom-webpack 14.0.1-beta.2 → 14.0.2-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 +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ Allow customizing build configuration without ejecting webpack configuration (`n
|
|
|
39
39
|
"architect": {
|
|
40
40
|
...
|
|
41
41
|
"[architect-target]": {
|
|
42
|
-
"builder": "@angular-builders/custom-webpack:[browser|server|karma|dev-server|extract-i18n]"
|
|
42
|
+
"builder": "@angular-builders/custom-webpack:[browser|server|karma|dev-server|extract-i18n]",
|
|
43
43
|
"options": {
|
|
44
44
|
...
|
|
45
45
|
}
|
|
@@ -63,7 +63,7 @@ Allow customizing build configuration without ejecting webpack configuration (`n
|
|
|
63
63
|
"architect": {
|
|
64
64
|
...
|
|
65
65
|
"build": {
|
|
66
|
-
"builder": "@angular-builders/custom-webpack:browser"
|
|
66
|
+
"builder": "@angular-builders/custom-webpack:browser",
|
|
67
67
|
"options": {
|
|
68
68
|
...
|
|
69
69
|
}
|
|
@@ -95,7 +95,7 @@ Builder options:
|
|
|
95
95
|
"architect": {
|
|
96
96
|
...
|
|
97
97
|
"build": {
|
|
98
|
-
"builder": "@angular-builders/custom-webpack:browser"
|
|
98
|
+
"builder": "@angular-builders/custom-webpack:browser",
|
|
99
99
|
"options": {
|
|
100
100
|
"customWebpackConfig": {
|
|
101
101
|
"path": "./extra-webpack.config.js",
|
|
@@ -164,7 +164,7 @@ Builder options:
|
|
|
164
164
|
"architect": {
|
|
165
165
|
...
|
|
166
166
|
"build": {
|
|
167
|
-
"builder": "@angular-builders/custom-webpack:server"
|
|
167
|
+
"builder": "@angular-builders/custom-webpack:server",
|
|
168
168
|
"options": {
|
|
169
169
|
"customWebpackConfig": {
|
|
170
170
|
"path": "./extra-webpack.config.js",
|
|
@@ -200,7 +200,7 @@ Builder options:
|
|
|
200
200
|
"architect": {
|
|
201
201
|
...
|
|
202
202
|
"test": {
|
|
203
|
-
"builder": "@angular-builders/custom-webpack:karma"
|
|
203
|
+
"builder": "@angular-builders/custom-webpack:karma",
|
|
204
204
|
"options": {
|
|
205
205
|
"customWebpackConfig": {
|
|
206
206
|
"path": "./extra-webpack.config.js"
|
|
@@ -458,7 +458,7 @@ It is useful when you want to transform your `index.html` according to the build
|
|
|
458
458
|
"architect": {
|
|
459
459
|
...
|
|
460
460
|
"build": {
|
|
461
|
-
"builder": "@angular-builders/custom-webpack:browser"
|
|
461
|
+
"builder": "@angular-builders/custom-webpack:browser",
|
|
462
462
|
"options": {
|
|
463
463
|
"indexTransform": "./index-html-transform.js"
|
|
464
464
|
...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-builders/custom-webpack",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.2-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": "^3.0.2",
|
|
57
57
|
"typescript": "4.7.4"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "acc0e556565bd324a0403365b2291099e8bf4b31"
|
|
60
60
|
}
|