Skip to content

Commit a0543ca

Browse files
committedMay 10, 2024
docs: update dist file section
1 parent e705508 commit a0543ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/guide/extra/dist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ If you use `vue-i18n.runtime.esm-bundler.js`, you will need to precompile all lo
5555
- For use in Node.js via `import`
5656
- The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env`<wbr/>`.NODE_ENV`
5757
- This module is proxy module of `vue-i18n(.runtime).mjs`
58-
- **`vue-i18n.runtime.node.mjs`**: is runtime only. proxy `vue-i18n.runtime.mjs`.
59-
- **`vue-i18n.node.mjs`**: includes the runtime compiler. proxy `vue-i18n.mjs`.
58+
- **`vue-i18n.runtime.node.mjs`**: is runtime only.
59+
- **`vue-i18n.node.mjs`**: includes the runtime compiler.
6060

6161
:::tip NOTE
6262
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`.

0 commit comments

Comments
 (0)