Skip to content

Commit cba88e1

Browse files
committed
fix(adev): 不再 ssr,它对后期的翻译不利
(cherry picked from commit 879a520)
1 parent 5f4bce5 commit cba88e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adev/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
},
4747
"configurations": {
4848
"production": {
49-
"outputHashing": "all"
49+
"outputHashing": "all",
50+
"ssr": false
5051
},
5152
"development": {
5253
"optimization": false,

0 commit comments

Comments
 (0)