@angular-builders/custom-webpack 12.1.3 → 13.0.0-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/dist/browser/schema.json
CHANGED
|
@@ -206,7 +206,8 @@
|
|
|
206
206
|
},
|
|
207
207
|
"deployUrl": {
|
|
208
208
|
"type": "string",
|
|
209
|
-
"description": "URL where files will be deployed."
|
|
209
|
+
"description": "URL where files will be deployed.",
|
|
210
|
+
"x-deprecated": "Use \"baseHref\" option, \"APP_BASE_HREF\" DI token or a combination of both instead. For more information, see https://angular.io/guide/deployment#the-deploy-url."
|
|
210
211
|
},
|
|
211
212
|
"verbose": {
|
|
212
213
|
"type": "boolean",
|
|
@@ -246,12 +247,6 @@
|
|
|
246
247
|
}
|
|
247
248
|
]
|
|
248
249
|
},
|
|
249
|
-
"extractCss": {
|
|
250
|
-
"type": "boolean",
|
|
251
|
-
"description": "Extract CSS from global styles into '.css' files instead of '.js'.",
|
|
252
|
-
"default": true,
|
|
253
|
-
"x-deprecated": "Deprecated since version 11.0. No longer required to disable CSS extraction for HMR."
|
|
254
|
-
},
|
|
255
250
|
"watch": {
|
|
256
251
|
"type": "boolean",
|
|
257
252
|
"description": "Run build when files change.",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@angular-devkit/architect/src/internal").Builder<import("@angular-devkit/build-angular/src/dev-server/schema").Schema & import("@angular-devkit/core").JsonObject>;
|
|
1
|
+
declare const _default: import("@angular-devkit/architect/src/internal").Builder<import("@angular-devkit/build-angular/src/builders/dev-server/schema").Schema & import("@angular-devkit/core").JsonObject>;
|
|
2
2
|
export default _default;
|
|
@@ -92,110 +92,6 @@
|
|
|
92
92
|
"description": "Rebuild on change.",
|
|
93
93
|
"default": true
|
|
94
94
|
},
|
|
95
|
-
"hmrWarning": {
|
|
96
|
-
"type": "boolean",
|
|
97
|
-
"description": "Show a warning when the --hmr option is enabled.",
|
|
98
|
-
"default": true,
|
|
99
|
-
"x-deprecated": "No longer has an effect."
|
|
100
|
-
},
|
|
101
|
-
"servePathDefaultWarning": {
|
|
102
|
-
"type": "boolean",
|
|
103
|
-
"description": "Show a warning when deploy-url/base-href use unsupported serve path values.",
|
|
104
|
-
"default": true,
|
|
105
|
-
"x-deprecated": "No longer has an effect."
|
|
106
|
-
},
|
|
107
|
-
"optimization": {
|
|
108
|
-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, tree-shaking and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
|
|
109
|
-
"x-user-analytics": 16,
|
|
110
|
-
"oneOf": [
|
|
111
|
-
{
|
|
112
|
-
"type": "object",
|
|
113
|
-
"properties": {
|
|
114
|
-
"scripts": {
|
|
115
|
-
"type": "boolean",
|
|
116
|
-
"description": "Enables optimization of the scripts output.",
|
|
117
|
-
"default": true
|
|
118
|
-
},
|
|
119
|
-
"styles": {
|
|
120
|
-
"type": "boolean",
|
|
121
|
-
"description": "Enables optimization of the styles output.",
|
|
122
|
-
"default": true
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"additionalProperties": false
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"type": "boolean"
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"x-deprecated": "Use the \"optimization\" option in the browser builder instead."
|
|
132
|
-
},
|
|
133
|
-
"aot": {
|
|
134
|
-
"type": "boolean",
|
|
135
|
-
"description": "Build using Ahead of Time compilation.",
|
|
136
|
-
"x-user-analytics": 13,
|
|
137
|
-
"x-deprecated": "Use the \"aot\" option in the browser builder instead."
|
|
138
|
-
},
|
|
139
|
-
"sourceMap": {
|
|
140
|
-
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
|
|
141
|
-
"oneOf": [
|
|
142
|
-
{
|
|
143
|
-
"type": "object",
|
|
144
|
-
"properties": {
|
|
145
|
-
"scripts": {
|
|
146
|
-
"type": "boolean",
|
|
147
|
-
"description": "Output source maps for all scripts.",
|
|
148
|
-
"default": true
|
|
149
|
-
},
|
|
150
|
-
"styles": {
|
|
151
|
-
"type": "boolean",
|
|
152
|
-
"description": "Output source maps for all styles.",
|
|
153
|
-
"default": true
|
|
154
|
-
},
|
|
155
|
-
"hidden": {
|
|
156
|
-
"type": "boolean",
|
|
157
|
-
"description": "Output source maps used for error reporting tools.",
|
|
158
|
-
"default": false
|
|
159
|
-
},
|
|
160
|
-
"vendor": {
|
|
161
|
-
"type": "boolean",
|
|
162
|
-
"description": "Resolve vendor packages source maps.",
|
|
163
|
-
"default": false
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
"additionalProperties": false
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"type": "boolean"
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"x-deprecated": "Use the \"sourceMap\" option in the browser builder instead."
|
|
173
|
-
},
|
|
174
|
-
"vendorChunk": {
|
|
175
|
-
"type": "boolean",
|
|
176
|
-
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development.",
|
|
177
|
-
"x-deprecated": "Use the \"vendorChunk\" option in the browser builder instead."
|
|
178
|
-
},
|
|
179
|
-
"commonChunk": {
|
|
180
|
-
"type": "boolean",
|
|
181
|
-
"description": "Generate a seperate bundle containing code used across multiple bundles.",
|
|
182
|
-
"x-deprecated": "Use the \"commonChunk\" option in the browser builder instead."
|
|
183
|
-
},
|
|
184
|
-
"baseHref": {
|
|
185
|
-
"type": "string",
|
|
186
|
-
"description": "Base url for the application being built.",
|
|
187
|
-
"x-deprecated": "Use the \"baseHref\" option in the browser builder instead."
|
|
188
|
-
},
|
|
189
|
-
"deployUrl": {
|
|
190
|
-
"type": "string",
|
|
191
|
-
"description": "URL where files will be deployed.",
|
|
192
|
-
"x-deprecated": "Use the \"deployUrl\" option in the browser builder instead."
|
|
193
|
-
},
|
|
194
|
-
"progress": {
|
|
195
|
-
"type": "boolean",
|
|
196
|
-
"description": "Log progress to the console while building.",
|
|
197
|
-
"x-deprecated": "Use the \"progress\" option in the browser builder instead."
|
|
198
|
-
},
|
|
199
95
|
"poll": {
|
|
200
96
|
"type": "number",
|
|
201
97
|
"description": "Enable and define the file watching poll time period in milliseconds."
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@angular-devkit/architect/src/internal").Builder<import("@angular-devkit/build-angular/src/extract-i18n/schema").Schema & import("@angular-devkit/core").JsonObject>;
|
|
1
|
+
declare const _default: import("@angular-devkit/architect/src/internal").Builder<import("@angular-devkit/build-angular/src/builders/extract-i18n/schema").Schema & import("@angular-devkit/core").JsonObject>;
|
|
2
2
|
export default _default;
|
package/dist/server/schema.json
CHANGED
|
@@ -119,7 +119,8 @@
|
|
|
119
119
|
},
|
|
120
120
|
"deployUrl": {
|
|
121
121
|
"type": "string",
|
|
122
|
-
"description": "URL where files will be deployed."
|
|
122
|
+
"description": "URL where files will be deployed.",
|
|
123
|
+
"x-deprecated": "Use \"baseHref\" browser builder option, \"APP_BASE_HREF\" DI token or a combination of both instead. For more information, see https://angular.io/guide/deployment#the-deploy-url."
|
|
123
124
|
},
|
|
124
125
|
"verbose": {
|
|
125
126
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-builders/custom-webpack",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0-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": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"author": "JeB Barabanov",
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=12.
|
|
18
|
+
"node": ">=12.20.0"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
21
|
"cli",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
},
|
|
38
38
|
"builders": "builders.json",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@angular-devkit/architect": ">=0.
|
|
41
|
-
"@angular-devkit/build-angular": "^
|
|
42
|
-
"@angular-devkit/core": "^
|
|
40
|
+
"@angular-devkit/architect": ">=0.1300.0 < 0.1400.0",
|
|
41
|
+
"@angular-devkit/build-angular": "^13.0.0",
|
|
42
|
+
"@angular-devkit/core": "^13.0.0",
|
|
43
43
|
"lodash": "^4.17.15",
|
|
44
44
|
"ts-node": "^10.0.0",
|
|
45
45
|
"tsconfig-paths": "^3.9.0",
|
|
46
46
|
"webpack-merge": "^5.7.3"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b6d4f2ad6fe1adda6c3b828726af46e1e0b7075a"
|
|
49
49
|
}
|