@angular-builders/custom-webpack 13.0.0 → 13.0.1-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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,6 +20,8 @@ Allow customizing build configuration without ejecting webpack configuration (`n
|
|
|
20
20
|
|
|
21
21
|
</details>
|
|
22
22
|
|
|
23
|
+
## [Quick guide](https://www.justjeb.com/post/customizing-angular-cli-build)
|
|
24
|
+
|
|
23
25
|
## Prerequisites:
|
|
24
26
|
|
|
25
27
|
- [Angular CLI 13](https://www.npmjs.com/package/@angular/cli)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-builders/custom-webpack",
|
|
3
|
-
"version": "13.0.0",
|
|
3
|
+
"version": "13.0.1-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": [
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"tsconfig-paths": "^3.9.0",
|
|
49
49
|
"webpack-merge": "^5.7.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7f47cc8dcdee9ff232f42d7920a3def1c33bb388"
|
|
52
52
|
}
|