Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
taqishah1214 committed Apr 1, 2022
1 parent 2159554 commit b966d28
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"allowedCommonJsDependencies": ["chart.js"],
"allowedCommonJsDependencies": [
"chart.js"
],
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down Expand Up @@ -60,22 +62,21 @@
]
},
"development": {

"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true,
"buildOptimizer": false,
"optimization": {
"buildOptimizer": false,
"optimization": {
"scripts": true,
"styles": {
"minify": false,
"inlineCritical": true
},
"fonts": true
},
"outputHashing": "all"
}
"outputHashing": "all"
}
}
},
"serve": {
Expand Down Expand Up @@ -167,4 +168,4 @@
"cli": {
"analytics": false
}
}
}

0 comments on commit b966d28

Please sign in to comment.