Skip to content

Commit

Permalink
fix: build correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 24, 2021
1 parent 9582357 commit b37d144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export async function build({paths, features, ecmaVersion, context, sourcemap =
write: false,
format: "esm",
outfile: virtualOutputFileName,
treeShaking: false,
platform: context === "node" ? "node" : "browser",
bundle: true,
target: "esnext",
Expand Down

0 comments on commit b37d144

Please sign in to comment.