Skip to content

Commit

Permalink
feat(vite): add source maps to build (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier authored Feb 6, 2025
1 parent c58fcd2 commit 9f265fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/config/makeViteConfig.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default ({ paths, config, env, host, force, allowJsxInJs }) => {

build: {
outDir: 'build',
sourcemap: true,
rollupOptions: {
input: getBuildInputs(config, paths),
output: {
Expand Down

0 comments on commit 9f265fc

Please sign in to comment.