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 44de41a commit 13cf36dCopy full SHA for 13cf36d
docs/implementation-docs/exec-custom-resolver.md
@@ -24,5 +24,5 @@ using vite-node, and vite-node runs the source files, not built files. And so
24
the extension should be empty, to let vite-node guess the file extension, or .ts
25
to explicitly tell it.
26
27
-The solution is to update our custom resolver in packages/cli/src/lib/exec.js to
28
-remove .js imports and let vite figure out the file extension:
+The solution is to update our custom resolver in `packages/cli/src/lib/exec.js`
+to remove `.js` from imports and let Vite figure out the file extension.
0 commit comments