We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1311ea4 commit 687b0baCopy full SHA for 687b0ba
tsup.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from "tsup";
3
4
const defaults: Options = {
5
dts: true,
6
- external: ["cheerio"],
+ external: ["cheerio", "fast-xml-parser"],
7
format: ["cjs", "esm"],
8
minify: "terser",
9
outDir: "dist",
0 commit comments