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 3564eed commit 1a0b27bCopy full SHA for 1a0b27b
src/blocks/blockTSup.ts
@@ -104,7 +104,7 @@ export default defineConfig(${JSON.stringify({
104
bundle: false,
105
clean: true,
106
dts: true,
107
- entry: ["src/**/*.ts", ...entry],
+ entry: Array.from(new Set(["src/**/*.ts", ...entry])),
108
format: "esm",
109
outDir: "lib",
110
...properties,
0 commit comments