Skip to content

Commit 412c70d

Browse files
Vite: Fix build.sourcemap config support (#8965)
1 parent f601d2f commit 412c70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix-dev/vite/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ export async function build(
237237
logLevel,
238238
minify,
239239
mode,
240-
sourcemapClient = false,
241-
sourcemapServer = false,
240+
sourcemapClient,
241+
sourcemapServer,
242242
}: ViteBuildOptions
243243
) {
244244
// Ensure Vite's ESM build is preloaded at the start of the process

0 commit comments

Comments
 (0)