|
2 | 2 | "$schema" : "./node_modules/@angular/cli/lib/config/schema.json",
|
3 | 3 | "version" : 1,
|
4 | 4 | "newProjectRoot" : "projects",
|
5 |
| - "defaultProject" : "Angular11SocialLogin", |
| 5 | + "defaultProject" : "Angular12SocialLogin", |
6 | 6 | "projects" : {
|
7 |
| - "Angular11SocialLogin" : { |
| 7 | + "Angular12SocialLogin" : { |
8 | 8 | "root" : "",
|
9 | 9 | "sourceRoot" : "src",
|
10 | 10 | "projectType" : "application",
|
11 | 11 | "architect" : {
|
12 | 12 | "build" : {
|
13 | 13 | "builder" : "@angular-devkit/build-angular:browser",
|
14 | 14 | "options" : {
|
15 |
| - "outputPath" : "dist/Angular11SocialLogin", |
| 15 | + "outputPath" : "dist/Angular12SocialLogin", |
16 | 16 | "index" : "src/index.html",
|
17 | 17 | "main" : "src/main.ts",
|
18 | 18 | "polyfills" : "src/polyfills.ts",
|
19 | 19 | "tsConfig" : "tsconfig.app.json",
|
20 |
| - "aot" : true, |
21 | 20 | "assets" : [ "src/favicon.ico", "src/assets" ],
|
22 | 21 | "styles" : [ "src/styles.css" ],
|
23 |
| - "scripts" : [ ] |
| 22 | + "scripts" : [ ], |
| 23 | + "vendorChunk" : true, |
| 24 | + "extractLicenses" : false, |
| 25 | + "buildOptimizer" : false, |
| 26 | + "sourceMap" : true, |
| 27 | + "optimization" : false, |
| 28 | + "namedChunks" : true |
24 | 29 | },
|
25 | 30 | "configurations" : {
|
26 | 31 | "production" : {
|
|
45 | 50 | "maximumError" : "10kb"
|
46 | 51 | } ]
|
47 | 52 | }
|
48 |
| - } |
| 53 | + }, |
| 54 | + "defaultConfiguration" : "" |
49 | 55 | },
|
50 | 56 | "serve" : {
|
51 | 57 | "builder" : "@angular-devkit/build-angular:dev-server",
|
52 | 58 | "options" : {
|
53 |
| - "browserTarget" : "Angular11SocialLogin:build" |
| 59 | + "browserTarget" : "Angular12SocialLogin:build" |
54 | 60 | },
|
55 | 61 | "configurations" : {
|
56 | 62 | "production" : {
|
57 |
| - "browserTarget" : "Angular11SocialLogin:build:production" |
| 63 | + "browserTarget" : "Angular12SocialLogin:build:production" |
58 | 64 | }
|
59 | 65 | }
|
60 | 66 | },
|
61 | 67 | "extract-i18n" : {
|
62 | 68 | "builder" : "@angular-devkit/build-angular:extract-i18n",
|
63 | 69 | "options" : {
|
64 |
| - "browserTarget" : "Angular11SocialLogin:build" |
| 70 | + "browserTarget" : "Angular12SocialLogin:build" |
65 | 71 | }
|
66 | 72 | },
|
67 | 73 | "test" : {
|
|
87 | 93 | "builder" : "@angular-devkit/build-angular:protractor",
|
88 | 94 | "options" : {
|
89 | 95 | "protractorConfig" : "e2e/protractor.conf.js",
|
90 |
| - "devServerTarget" : "Angular11SocialLogin:serve" |
| 96 | + "devServerTarget" : "Angular12SocialLogin:serve" |
91 | 97 | },
|
92 | 98 | "configurations" : {
|
93 | 99 | "production" : {
|
94 |
| - "devServerTarget" : "Angular11SocialLogin:serve:production" |
| 100 | + "devServerTarget" : "Angular12SocialLogin:serve:production" |
95 | 101 | }
|
96 | 102 | }
|
97 | 103 | }
|
|
105 | 111 | "build" : {
|
106 | 112 | "builder" : "@angular-devkit/build-angular:browser",
|
107 | 113 | "options" : {
|
108 |
| - "outputPath" : "dist/Angular11SocialLogin", |
| 114 | + "outputPath" : "dist/Angular12SocialLogin", |
109 | 115 | "index" : ".design/index.html",
|
110 | 116 | "main" : ".design/main.ts",
|
111 | 117 | "polyfills" : ".design/polyfills.ts",
|
112 | 118 | "tsConfig" : "tsconfig.app.json",
|
113 |
| - "aot" : true, |
114 | 119 | "assets" : [ ".design/favicon.ico", ".design/assets" ],
|
115 | 120 | "styles" : [ ".design/styles.css" ],
|
116 |
| - "scripts" : [ ] |
| 121 | + "scripts" : [ ], |
| 122 | + "vendorChunk" : true, |
| 123 | + "extractLicenses" : false, |
| 124 | + "buildOptimizer" : false, |
| 125 | + "sourceMap" : true, |
| 126 | + "optimization" : false, |
| 127 | + "namedChunks" : true |
117 | 128 | },
|
118 | 129 | "configurations" : {
|
119 | 130 | "production" : {
|
|
138 | 149 | "maximumError" : "10kb"
|
139 | 150 | } ]
|
140 | 151 | }
|
141 |
| - } |
| 152 | + }, |
| 153 | + "defaultConfiguration" : "" |
142 | 154 | },
|
143 | 155 | "serve" : {
|
144 | 156 | "builder" : "@angular-devkit/build-angular:dev-server",
|
|
0 commit comments