|
11 | 11 | "architect": { |
12 | 12 | "build": { |
13 | 13 | "builder": "@angular-devkit/build-angular:ng-packagr", |
14 | | - "options": { |
15 | | - "project": "projects/angularx-qrcode/ng-package.json" |
16 | | - }, |
| 14 | + "options": { "project": "projects/angularx-qrcode/ng-package.json" }, |
17 | 15 | "configurations": { |
18 | 16 | "production": { |
19 | 17 | "tsConfig": "projects/angularx-qrcode/tsconfig.lib.prod.json" |
|
45 | 43 | }, |
46 | 44 | "demo-app": { |
47 | 45 | "projectType": "application", |
48 | | - "schematics": { |
49 | | - "@schematics/angular:application": { |
50 | | - "strict": true |
51 | | - } |
52 | | - }, |
| 46 | + "schematics": { "@schematics/angular:application": { "strict": true } }, |
53 | 47 | "root": "projects/demo-app", |
54 | 48 | "sourceRoot": "projects/demo-app/src", |
55 | 49 | "prefix": "app", |
|
58 | 52 | "builder": "@angular-devkit/build-angular:application", |
59 | 53 | "options": { |
60 | 54 | "allowedCommonJsDependencies": ["qrcode"], |
61 | | - "outputPath": { |
62 | | - "base": "dist/demo-app", |
63 | | - "browser": "" |
64 | | - }, |
| 55 | + "outputPath": { "base": "dist/demo-app", "browser": "" }, |
65 | 56 | "index": "projects/demo-app/src/index.html", |
66 | 57 | "polyfills": ["projects/demo-app/src/polyfills.ts"], |
67 | 58 | "tsConfig": "projects/demo-app/tsconfig.app.json", |
|
82 | 73 | { |
83 | 74 | "type": "initial", |
84 | 75 | "maximumWarning": "500kb", |
85 | | - "maximumError": "1mb" |
| 76 | + "maximumError": "2mb" |
86 | 77 | }, |
87 | 78 | { |
88 | 79 | "type": "anyComponentStyle", |
|
110 | 101 | "serve": { |
111 | 102 | "builder": "@angular-devkit/build-angular:dev-server", |
112 | 103 | "configurations": { |
113 | | - "production": { |
114 | | - "buildTarget": "demo-app:build:production" |
115 | | - }, |
116 | | - "development": { |
117 | | - "buildTarget": "demo-app:build:development" |
118 | | - } |
| 104 | + "production": { "buildTarget": "demo-app:build:production" }, |
| 105 | + "development": { "buildTarget": "demo-app:build:development" } |
119 | 106 | }, |
120 | 107 | "defaultConfiguration": "development" |
121 | 108 | }, |
122 | 109 | "extract-i18n": { |
123 | 110 | "builder": "@angular-devkit/build-angular:extract-i18n", |
124 | | - "options": { |
125 | | - "buildTarget": "demo-app:build" |
126 | | - } |
| 111 | + "options": { "buildTarget": "demo-app:build" } |
127 | 112 | }, |
128 | 113 | "test": { |
129 | 114 | "builder": "@angular-devkit/build-angular:karma", |
|
155 | 140 | } |
156 | 141 | } |
157 | 142 | }, |
158 | | - "cli": { |
159 | | - "analytics": false |
160 | | - }, |
| 143 | + "cli": { "analytics": false }, |
161 | 144 | "schematics": { |
162 | 145 | "@angular-eslint/schematics:application": { |
163 | 146 | "setParserOptionsProject": true |
164 | 147 | }, |
165 | | - "@angular-eslint/schematics:library": { |
166 | | - "setParserOptionsProject": true |
167 | | - } |
| 148 | + "@angular-eslint/schematics:library": { "setParserOptionsProject": true } |
168 | 149 | } |
169 | 150 | } |
0 commit comments