Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Always output sourcemaps
  • Loading branch information
regalijan committed Oct 29, 2023
1 parent 3b02656 commit 1197564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.config.js
Expand Up @@ -16,5 +16,5 @@ esbuild.build({
}),
]
: undefined,
sourcemap: hasToken,
sourcemap: true,
});

0 comments on commit 1197564

Please sign in to comment.