Skip to content

Commit

Permalink
Send up sourcemaps for convex.config.ts files (#29465)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 44f27e12eedb7bb00ef4ae96c3d93f4539c4685f
  • Loading branch information
sujayakar authored and Convex, Inc. committed Sep 3, 2024
1 parent 533f070 commit 466237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lib/components/definition/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export async function bundleDefinitions(
rootComponentDirectory,
}),
],
sourcemap: false, // we're just building a deps map
sourcemap: true,
...SHARED_ESBUILD_OPTIONS,
});
await registerEsbuildReads(ctx, absWorkingDir, result.metafile);
Expand Down

0 comments on commit 466237e

Please sign in to comment.