|
5 | 5 | "projects": { |
6 | 6 | "setup": { |
7 | 7 | "projectType": "application", |
8 | | - "schematics": { |
9 | | - "@schematics/angular:component": { |
10 | | - "style": "scss" |
11 | | - } |
12 | | - }, |
| 8 | + "schematics": { "@schematics/angular:component": { "style": "scss" } }, |
13 | 9 | "root": "", |
14 | 10 | "sourceRoot": "src", |
15 | 11 | "prefix": "app", |
|
23 | 19 | "polyfills": ["zone.js"], |
24 | 20 | "tsConfig": "tsconfig.app.json", |
25 | 21 | "inlineStyleLanguage": "scss", |
26 | | - "assets": [ |
27 | | - { |
28 | | - "glob": "**/*", |
29 | | - "input": "public" |
30 | | - } |
31 | | - ], |
32 | | - "styles": ["src/styles.scss"], |
| 22 | + "assets": [{ "glob": "**/*", "input": "public" }], |
| 23 | + "styles": ["src/styles.css"], |
33 | 24 | "scripts": ["node_modules/splunk-sdk/client/splunk.min.js"], |
34 | 25 | "outputHashing": "none" |
35 | 26 | }, |
36 | 27 | "configurations": { |
37 | | - "production": { |
38 | | - "optimization": true |
39 | | - }, |
| 28 | + "production": { "optimization": true }, |
40 | 29 | "development": { |
41 | 30 | "optimization": false, |
42 | 31 | "extractLicenses": false, |
|
58 | 47 | "serve": { |
59 | 48 | "builder": "@angular-devkit/build-angular:dev-server", |
60 | 49 | "configurations": { |
61 | | - "production": { |
62 | | - "buildTarget": "setup:build:production" |
63 | | - }, |
64 | | - "development": { |
65 | | - "buildTarget": "setup:build:development" |
66 | | - } |
| 50 | + "production": { "buildTarget": "setup:build:production" }, |
| 51 | + "development": { "buildTarget": "setup:build:development" } |
67 | 52 | }, |
68 | 53 | "defaultConfiguration": "development" |
69 | 54 | }, |
|
76 | 61 | "polyfills": ["zone.js", "zone.js/testing"], |
77 | 62 | "tsConfig": "tsconfig.spec.json", |
78 | 63 | "inlineStyleLanguage": "scss", |
79 | | - "assets": [ |
80 | | - { |
81 | | - "glob": "**/*", |
82 | | - "input": "public" |
83 | | - } |
84 | | - ], |
85 | | - "styles": ["src/styles.scss"], |
| 64 | + "assets": [{ "glob": "**/*", "input": "public" }], |
| 65 | + "styles": ["src/styles.css"], |
86 | 66 | "scripts": [] |
87 | 67 | } |
88 | 68 | } |
89 | 69 | } |
90 | 70 | } |
91 | 71 | }, |
92 | | - "cli": { |
93 | | - "analytics": false |
94 | | - }, |
| 72 | + "cli": { "analytics": false }, |
95 | 73 | "schematics": { |
96 | | - "@schematics/angular:component": { |
97 | | - "type": "component" |
98 | | - }, |
99 | | - "@schematics/angular:directive": { |
100 | | - "type": "directive" |
101 | | - }, |
102 | | - "@schematics/angular:service": { |
103 | | - "type": "service" |
104 | | - }, |
105 | | - "@schematics/angular:guard": { |
106 | | - "typeSeparator": "." |
107 | | - }, |
108 | | - "@schematics/angular:interceptor": { |
109 | | - "typeSeparator": "." |
110 | | - }, |
111 | | - "@schematics/angular:module": { |
112 | | - "typeSeparator": "." |
113 | | - }, |
114 | | - "@schematics/angular:pipe": { |
115 | | - "typeSeparator": "." |
116 | | - }, |
117 | | - "@schematics/angular:resolver": { |
118 | | - "typeSeparator": "." |
119 | | - } |
| 74 | + "@schematics/angular:component": { "type": "component" }, |
| 75 | + "@schematics/angular:directive": { "type": "directive" }, |
| 76 | + "@schematics/angular:service": { "type": "service" }, |
| 77 | + "@schematics/angular:guard": { "typeSeparator": "." }, |
| 78 | + "@schematics/angular:interceptor": { "typeSeparator": "." }, |
| 79 | + "@schematics/angular:module": { "typeSeparator": "." }, |
| 80 | + "@schematics/angular:pipe": { "typeSeparator": "." }, |
| 81 | + "@schematics/angular:resolver": { "typeSeparator": "." } |
120 | 82 | } |
121 | 83 | } |
0 commit comments