File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1919 "build" : {
2020 "builder" : " @angular-devkit/build-angular:application" ,
2121 "options" : {
22- "externalDependencies" : [
23- " path"
24- ],
22+ "externalDependencies" : [" path" ],
2523 "outputPath" : " dist/angular-dev" ,
2624 "index" : " src/index.html" ,
2725 "browser" : " src/main.ts" ,
2826 "server" : " src/main.server.ts" ,
2927 "polyfills" : [" src/polyfills.ts" , " zone.js" ],
3028 "tsConfig" : " tsconfig.app.json" ,
3129 "inlineStyleLanguage" : " scss" ,
32- "assets" : [
33- " src/favicon.ico" ,
34- " src/robots.txt" ,
35- " src/assets"
36- ],
30+ "assets" : [" src/favicon.ico" , " src/robots.txt" , " src/assets" ],
3731 "styles" : [" @angular/docs/styles/global-styles.scss" ],
3832 "scripts" : [],
3933 "webWorkerTsConfig" : " tsconfig.worker.json" ,
9993 }
10094 },
10195 "cli" : {
102- "analytics" : " dca119a9-da31-47f7-a6cb-b60541037021"
96+ "analytics" : " dca119a9-da31-47f7-a6cb-b60541037021" ,
97+ "cache" : {
98+ // Disable build caching as the cache folder will just be dropped
99+ // when run under Bazel sandboxed execution.
100+ "enabled" : false
101+ }
103102 }
104103}
You can’t perform that action at this time.
0 commit comments