Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ If you use `vue-i18n.runtime.esm-bundler.js`, you will need to precompile all lo
:::

- **`vue-i18n(.runtime).node.mjs`**:
- For ES Moudles usage in Node.js
- For ES Modules usage in Node.js
- For use in Node.js via `import`
- The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env`<wbr/>`.NODE_ENV`
- This module is proxy module of `vue-i18n(.runtime).mjs`
Expand Down