Skip to content

Commit

Permalink
尝试解决编译后访问白屏的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
elveahuang committed May 23, 2024
1 parent 146f504 commit c3f7e18
Show file tree
Hide file tree
Showing 6 changed files with 10,876 additions and 10,826 deletions.
10 changes: 2 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all",
"optimization": false,
"buildOptimizer": true,
"extractLicenses": true
"outputHashing": "all"
},
"github": {
"baseHref": "/ionic-boilerplate/",
Expand All @@ -80,10 +77,7 @@
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all",
"optimization": false,
"buildOptimizer": true,
"extractLicenses": true
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
Expand Down Expand Up @@ -93,8 +94,8 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.3.0",
"ts-node": "^10.9.2",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit c3f7e18

Please sign in to comment.