From 5c9324cae033f8dc0a874987522af0dcf0020202 Mon Sep 17 00:00:00 2001 From: jmsche Date: Mon, 9 Oct 2023 11:16:41 +0200 Subject: [PATCH] [Translator] Docs: fix link for tree shaking --- src/Translator/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Translator/doc/index.rst b/src/Translator/doc/index.rst index 9b82a2ed7c5..d57ccda7f4f 100644 --- a/src/Translator/doc/index.rst +++ b/src/Translator/doc/index.rst @@ -67,7 +67,7 @@ When warming up the Symfony cache, all of your translations will be dumped as Ja For a better developer experience, TypeScript types definitions are also generated aside those JavaScript files. Then, you will be able to import those JavaScript translations in your assets. -Don't worry about your final bundle size, only the translations you use will be included in your final bundle, thanks to the [tree shaking](https://webpack.js.org/guides/tree-shaking/). +Don't worry about your final bundle size, only the translations you use will be included in your final bundle, thanks to the `tree shaking `_. Configuring the default locale ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~