@angular-builders/custom-webpack 12.1.1-beta.0 → 12.1.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/dist/browser/schema.json +1 -1
- package/package.json +2 -2
package/dist/browser/schema.json
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"properties": {
|
|
114
114
|
"inline": {
|
|
115
115
|
"type": "boolean",
|
|
116
|
-
"description": "Reduce render blocking requests by inlining external Google
|
|
116
|
+
"description": "Reduce render blocking requests by inlining external Google Fonts and Adobe Fonts CSS definitions in the application's HTML index file. This option requires internet access. `HTTPS_PROXY` environment variable can be used to specify a proxy server.",
|
|
117
117
|
"default": true
|
|
118
118
|
}
|
|
119
119
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-builders/custom-webpack",
|
|
3
|
-
"version": "12.1.1
|
|
3
|
+
"version": "12.1.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": [
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"tsconfig-paths": "^3.9.0",
|
|
46
46
|
"webpack-merge": "^5.7.3"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "62b2496202a69611c357218941e84ce1da4b4c36"
|
|
49
49
|
}
|