Skip to content

Commit 2ac24b3

Browse files
committed
one more source map correction
1 parent 495c9ca commit 2ac24b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/includes/sourcemaps/generate/javascript.svelte.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
export default config;
1616
```
1717

18-
Additionally, you need to enable sourcemap output in your bundler. The following example shows how to do this for Vite:
18+
Additionally, you need to enable source map output in your bundler. The following example shows how to do this for Vite:
1919

2020
```JavaScript {filename:vite.config.js}
2121
import { defineConfig } from "vite";

0 commit comments

Comments
 (0)