@angular-builders/custom-webpack 13.0.0-beta.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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -8,15 +8,23 @@ Allow customizing build configuration without ejecting webpack configuration (`n
8
8
 
9
9
  ## Previous versions
10
10
 
11
+ <details>
12
+ <summary>Click to expand</summary>
13
+
14
+ - [Version 12](https://github.com/just-jeb/angular-builders/blob/12.x.x/packages/custom-webpack/README.md)
11
15
  - [Version 11](https://github.com/just-jeb/angular-builders/blob/11.x.x/packages/custom-webpack/README.md)
12
16
  - [Version 10](https://github.com/just-jeb/angular-builders/blob/10.x.x/packages/custom-webpack/README.md)
13
17
  - [Version 9](https://github.com/just-jeb/angular-builders/blob/9.x.x/packages/custom-webpack/README.md)
14
18
  - [Version 8](https://github.com/just-jeb/angular-builders/blob/8.x.x/packages/custom-webpack/README.md)
15
19
  - [Version 7](https://github.com/just-jeb/angular-builders/blob/7.x.x/packages/custom-webpack/README.md)
16
20
 
21
+ </details>
22
+
23
+ ## [Quick guide](https://www.justjeb.com/post/customizing-angular-cli-build)
24
+
17
25
  ## Prerequisites:
18
26
 
19
- - [Angular CLI 12](https://www.npmjs.com/package/@angular/cli)
27
+ - [Angular CLI 13](https://www.npmjs.com/package/@angular/cli)
20
28
 
21
29
  # Usage
22
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-builders/custom-webpack",
3
- "version": "13.0.0-beta.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": [
@@ -12,6 +12,9 @@
12
12
  "url": "https://github.com/just-jeb/angular-builders",
13
13
  "directory": "packages/custom-webpack"
14
14
  },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
15
18
  "author": "JeB Barabanov",
16
19
  "license": "MIT",
17
20
  "engines": {
@@ -45,5 +48,5 @@
45
48
  "tsconfig-paths": "^3.9.0",
46
49
  "webpack-merge": "^5.7.3"
47
50
  },
48
- "gitHead": "b6d4f2ad6fe1adda6c3b828726af46e1e0b7075a"
51
+ "gitHead": "7f47cc8dcdee9ff232f42d7920a3def1c33bb388"
49
52
  }