We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dump_typescript
1 parent 58b39d5 commit 56fc195Copy full SHA for 56fc195
symfony/ux-translator/2.32/config/packages/ux_translator.yaml
@@ -1,3 +1,9 @@
1
ux_translator:
2
# The directory where the JavaScript translations are dumped
3
dump_directory: '%kernel.project_dir%/var/translations'
4
+
5
+when@prod:
6
+ ux_translator:
7
+ # Disabling TypeScript types dumping can significantly reduce the Symfony cache warmup time,
8
+ # it is recommended to disable it if these TypeScript files are not used when deploying your app.
9
+ # dump_typescript: false
0 commit comments