We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e322fb commit f0776b9Copy full SHA for f0776b9
docs/src/guide/troubleshooting.md
@@ -95,7 +95,7 @@ Use the `~/` alias to the <kbd>[sourceCodeDir]</kbd> to disambiguate the referen
95
Please refer to [Vite's troubleshooting guide](https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated).
96
97
You might need to add `"type": "module"` to your `package.json`, or rename
98
-`vite.config.ts` to `vite.config.mjs`.
+`vite.config.ts` to `vite.config.mts`.
99
100
## HMR Issues
101
0 commit comments