Skip to content

Commit

Permalink
upgrade: angular v12, add tailwind css
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Apr 27, 2024
1 parent ccfc9e8 commit d578237
Show file tree
Hide file tree
Showing 188 changed files with 55,363 additions and 20,227 deletions.
19 changes: 14 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
{
"glob": "**/*",
Expand Down Expand Up @@ -88,7 +87,13 @@
"@babel/runtime/helpers/inheritsLoose",
"global/document",
"jspdf-autotable"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -145,14 +150,17 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"server": {
"builder": "@angular-devkit/build-angular:server",
"options": {
"outputPath": "dist/server",
"main": "server.ts",
"tsConfig": "tsconfig.server.json"
"tsConfig": "tsconfig.server.json",
"sourceMap": true,
"optimization": false
},
"configurations": {
"production": {
Expand All @@ -177,7 +185,8 @@
"sourceMap": false,
"optimization": true
}
}
},
"defaultConfiguration": ""
},
"serve-ssr": {
"builder": "@nguniversal/builders:ssr-dev-server",
Expand Down
Loading

0 comments on commit d578237

Please sign in to comment.