You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/extra/dist.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ If you use `vue-i18n.runtime.esm-bundler.js`, you will need to precompile all lo
55
55
- For use in Node.js via `import`
56
56
- The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env`<wbr/>`.NODE_ENV`
57
57
- 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.
60
60
61
61
:::tip NOTE
62
62
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