Skip to content

Commit

Permalink
Merge pull request #44 from 5jiji/restructure
Browse files Browse the repository at this point in the history
Adds sourcemaps to the minified output
  • Loading branch information
Naviary2 authored Jul 10, 2024
2 parents b60e216 + 9a36ce5 commit d58b83e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const result = await esbuild.build({
bundle: true,
minify: true,
outdir: "dist",
outbase: "src/client"
outbase: "src/client",
sourcemap: true
});

console.log(result);

0 comments on commit d58b83e

Please sign in to comment.