Rewrite server.ts again to properly add i18n support into SSR mode

This commit is contained in:
wiz
2020-12-23 18:04:30 +09:00
parent b261243f85
commit 87fbdc063b
5 changed files with 157 additions and 92 deletions

View File

@@ -227,6 +227,7 @@
}
],
"sourceMap": false,
"localize": true,
"optimization": true
}
}