We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c346e6 commit 980eb61Copy full SHA for 980eb61
1 file changed
vite.config.ts
@@ -9,7 +9,7 @@ import dts from "vite-plugin-dts"
9
export default defineConfig(({ mode }) => {
10
if (mode === "docs") {
11
return {
12
- plugins: [react(), dts({ exclude: ["lib"] })],
+ // plugins: [react(), dts({ exclude: ["lib"] })],
13
build: { outDir: "docs" },
14
/* build: {
15
rollupOptions: {
0 commit comments