Skip to content

Commit 980eb61

Browse files
committed
action: simplify the docs build config
1 parent 1c346e6 commit 980eb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import dts from "vite-plugin-dts"
99
export default defineConfig(({ mode }) => {
1010
if (mode === "docs") {
1111
return {
12-
plugins: [react(), dts({ exclude: ["lib"] })],
12+
// plugins: [react(), dts({ exclude: ["lib"] })],
1313
build: { outDir: "docs" },
1414
/* build: {
1515
rollupOptions: {

0 commit comments

Comments
 (0)