Skip to content

Commit

Permalink
[Translator] Docs: fix link for tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche authored Oct 9, 2023
1 parent 3545826 commit 5c9324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://webpack.js.org/guides/tree-shaking/>`_.

Configuring the default locale
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 5c9324c

Please sign in to comment.