Skip to content

Commit

Permalink
Update scripts/build.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Dominguez <[email protected]>
  • Loading branch information
wolfy1339 and oscard0m authored Apr 7, 2023
1 parent 03a0f45 commit ee183c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { glob } from "glob";

const sharedOptions = {
sourcemap: "external",
sourcesContent: false,
sourcesContent: true,
minify: false,
allowOverwrite: true,
packages: "external",
Expand Down

0 comments on commit ee183c9

Please sign in to comment.