Skip to content

Commit

Permalink
Fix npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Mar 7, 2022
1 parent 5e03888 commit 69963ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ await build({
shims: {
// see JS docs for overview and more options
deno: true,
customDev: [
{
package: {
name: "web-streams-polyfill",
version: "^3.2.0",
},
globalNames: ["TransformStream"],
},
],
},
package: {
// package.json properties
Expand Down

0 comments on commit 69963ac

Please sign in to comment.