Skip to content

Commit

Permalink
Bundle everything
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 17, 2024
1 parent 8f4e1ec commit 8194964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig([
},
clean: true,
platform: "browser",
noExternal: [],
noExternal: ["brotli", "buffer", "events"],
treeshake: "smallest",
external: ["undici"],
},
Expand All @@ -26,7 +26,7 @@ export default defineConfig([
outDir: "dist/min",
dts: false,
sourcemap: true,
noExternal: [],
noExternal: ["brotli", "buffer", "events"],
treeshake: "smallest",
minify: "terser",
platform: "browser",
Expand Down

0 comments on commit 8194964

Please sign in to comment.