Skip to content

Commit

Permalink
docs: update dist file section
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed May 10, 2024
1 parent e705508 commit a0543ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/extra/dist.md
Expand Up @@ -55,8 +55,8 @@ If you use `vue-i18n.runtime.esm-bundler.js`, you will need to precompile all lo
- 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`
- **`vue-i18n.runtime.node.mjs`**: is runtime only. proxy `vue-i18n.runtime.mjs`.
- **`vue-i18n.node.mjs`**: includes the runtime compiler. proxy `vue-i18n.mjs`.
- **`vue-i18n.runtime.node.mjs`**: is runtime only.
- **`vue-i18n.node.mjs`**: includes the runtime compiler.

:::tip NOTE
ES Modules will be the future of the Node.js module system. The `vue-i18n.cjs(.prod).js` will be deprecated in the future. We recommend you would use `vue-i18n(.runtime).node.mjs`.
Expand Down

0 comments on commit a0543ca

Please sign in to comment.