Skip to content

Commit

Permalink
minor #1169 [Translator] Docs: fix link for tree shaking (jmsche)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

[Translator] Docs: fix link for tree shaking

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Tickets       | N/A
| License       | MIT

Commits
-------

5c9324c [Translator] Docs: fix link for tree shaking
  • Loading branch information
weaverryan committed Oct 11, 2023
2 parents 8abb656 + 5c9324c commit bfc6d08
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 bfc6d08

Please sign in to comment.