Skip to content

Commit

Permalink
fix(build): include sourceContent in node/browser bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Apr 7, 2023
1 parent 9168bd6 commit 823dbfb
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 823dbfb

Please sign in to comment.