Skip to content

Commit

Permalink
chore: debugging live
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Nov 15, 2021
1 parent ad50ed2 commit 6e3d1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/workers/ts-worker-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const worker: CustomTSWebWorkerFactory = (TypeScriptWorker) => {
let url = new URL(self.location.origin.toString());
if (modules.length > 0) url.searchParams.set("q", modules);
if (treeshake.replace(/\[\*\]|\,/g, "").length > 0) {
console.log(treeshake.replace(/\[\*\]|\,/g, ""))
console.log(treeshake, treeshake.replace(/\[\*\]|\,/g, ""))
url.searchParams.set("treeshake", treeshake);
}

Expand Down

1 comment on commit 6e3d1d0

@vercel
Copy link

@vercel vercel bot commented on 6e3d1d0 Nov 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.