Skip to content

Commit

Permalink
fix: issue with .d.ts missing
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jun 2, 2021
1 parent 7103529 commit fb5e258
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
const fs = require("fs");
const glob = require("tiny-glob");
const { build } = require("esbuild");

(async () => {
await fs.promises.rmdir("dist", { recursive: true }).catch(() => {});

// Ideally we'd use the same bundling / codesplitting as esm for cjs,
// but thats not yet possible with esbuild, so we manually build each file.
// https://github.com/evanw/esbuild/issues/1341
Expand Down

0 comments on commit fb5e258

Please sign in to comment.