Skip to content

Commit

Permalink
compile for node
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Alvarado committed Nov 19, 2021
1 parent 44eddc2 commit c7218de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ async function main() {
outfile: `dist/${block.id}.js`,
format: "cjs",
minify: true,
platform: "node",
});
});

Expand Down

0 comments on commit c7218de

Please sign in to comment.