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 <dominguez.celada@gmail.com>
  • Loading branch information
wolfy1339 and oscard0m committed Apr 7, 2023
1 parent ad6afbb commit 76fa6aa
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 76fa6aa

Please sign in to comment.