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 495c9ca commit 2ac24b3Copy full SHA for 2ac24b3
src/includes/sourcemaps/generate/javascript.svelte.mdx
@@ -15,7 +15,7 @@ const config = {
15
export default config;
16
```
17
18
-Additionally, you need to enable sourcemap output in your bundler. The following example shows how to do this for Vite:
+Additionally, you need to enable source map output in your bundler. The following example shows how to do this for Vite:
19
20
```JavaScript {filename:vite.config.js}
21
import { defineConfig } from "vite";
0 commit comments