Skip to content

Commit

Permalink
fix typo (#10035)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfoBee committed May 15, 2024
1 parent 713f222 commit 6dd0fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-includes/sourcemaps/overview/javascript.remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig({
})
],
build: {
sourcemaps: true,
sourcemap: true,
// ... rest of your Vite build options
}

Expand Down

0 comments on commit 6dd0fff

Please sign in to comment.