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 1616 "build" : {
1717 "executor" : " @angular-devkit/build-angular:application" ,
1818 "options" : {
19- "outputPath" : " dist/apps/ngu-carousel-example/browser " ,
19+ "outputPath" : " dist/apps/ngu-carousel-example" ,
2020 "index" : " apps/ngu-carousel-example/src/index.html" ,
2121 "browser" : " apps/ngu-carousel-example/src/main.ts" ,
2222 "polyfills" : [],
3232 " apps/ngu-carousel-example/src/styles.scss"
3333 ],
3434 "scripts" : [],
35- "allowedCommonJsDependencies" : [" hammerjs" ]
35+ "allowedCommonJsDependencies" : [
36+ " hammerjs"
37+ ]
3638 },
3739 "configurations" : {
3840 "production" : {
8991 " apps/ngu-carousel-example/src/favicon.ico" ,
9092 " apps/ngu-carousel-example/src/assets"
9193 ],
92- "styles" : [" apps/ngu-carousel-example/src/styles.scss" ],
94+ "styles" : [
95+ " apps/ngu-carousel-example/src/styles.scss"
96+ ],
9397 "scripts" : []
9498 }
9599 },
96100 "lint" : {
97101 "executor" : " @nx/eslint:lint" ,
98102 "options" : {
99- "lintFilePatterns" : [" {projectRoot}/**/*.ts" , " {projectRoot}/**/*.html" ]
103+ "lintFilePatterns" : [
104+ " {projectRoot}/**/*.ts" ,
105+ " {projectRoot}/**/*.html"
106+ ]
100107 }
101108 },
102109 "generate-bundle" : {
145152 "prerender" : {
146153 "executor" : " @angular-devkit/build-angular:prerender" ,
147154 "options" : {
148- "routes" : [" /" ]
155+ "routes" : [
156+ " /"
157+ ]
149158 },
150159 "configurations" : {
151160 "production" : {
160169 "defaultConfiguration" : " production"
161170 }
162171 }
163- }
172+ }
You can’t perform that action at this time.
0 commit comments