File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
apps/ngu-carousel-example Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 16
16
"build" : {
17
17
"executor" : " @angular-devkit/build-angular:application" ,
18
18
"options" : {
19
- "outputPath" : " dist/apps/ngu-carousel-example/browser " ,
19
+ "outputPath" : " dist/apps/ngu-carousel-example" ,
20
20
"index" : " apps/ngu-carousel-example/src/index.html" ,
21
21
"browser" : " apps/ngu-carousel-example/src/main.ts" ,
22
22
"polyfills" : [],
32
32
" apps/ngu-carousel-example/src/styles.scss"
33
33
],
34
34
"scripts" : [],
35
- "allowedCommonJsDependencies" : [" hammerjs" ]
35
+ "allowedCommonJsDependencies" : [
36
+ " hammerjs"
37
+ ]
36
38
},
37
39
"configurations" : {
38
40
"production" : {
89
91
" apps/ngu-carousel-example/src/favicon.ico" ,
90
92
" apps/ngu-carousel-example/src/assets"
91
93
],
92
- "styles" : [" apps/ngu-carousel-example/src/styles.scss" ],
94
+ "styles" : [
95
+ " apps/ngu-carousel-example/src/styles.scss"
96
+ ],
93
97
"scripts" : []
94
98
}
95
99
},
96
100
"lint" : {
97
101
"executor" : " @nx/eslint:lint" ,
98
102
"options" : {
99
- "lintFilePatterns" : [" {projectRoot}/**/*.ts" , " {projectRoot}/**/*.html" ]
103
+ "lintFilePatterns" : [
104
+ " {projectRoot}/**/*.ts" ,
105
+ " {projectRoot}/**/*.html"
106
+ ]
100
107
}
101
108
},
102
109
"generate-bundle" : {
145
152
"prerender" : {
146
153
"executor" : " @angular-devkit/build-angular:prerender" ,
147
154
"options" : {
148
- "routes" : [" /" ]
155
+ "routes" : [
156
+ " /"
157
+ ]
149
158
},
150
159
"configurations" : {
151
160
"production" : {
160
169
"defaultConfiguration" : " production"
161
170
}
162
171
}
163
- }
172
+ }
You can’t perform that action at this time.
0 commit comments