Creation:2026-01-21Last update:2026-01-21
Reference this doc to your favorite AI assistantChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Version History
- "Initialised documentation"v8.0.021/01/2026
The content of this page was translated using an AI.
See the last version of the original content in EnglishEdit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
intlayer Vite Plugin Documentation
The intlayer Vite plugin integrates Intlayer configuration into the build process. It manages dictionary aliases, starts the dictionary watcher in development mode, and prepares dictionaries for the build.
Usage
Description
The plugin performs the following tasks:
- Prepare Dictionaries: It compiles the dictionaries into optimised files at the start of the build or development process.
- Watch Mode: In development mode, it watches for changes in dictionary files and recompiles them automatically.
- Aliases: It provides aliases for accessing the dictionaries in your application.
- Tree-shaking: It supports tree-shaking of unused translations through the
intlayerPruneplugin.