Skip to content

Commit a83dd5e

Browse files
committed
wip: work in progress
1 parent f267d19 commit a83dd5e

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

docs/pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/pages/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ export default function IndexPage() {
7575
or you can do your own app using Brouther. Don't know how? Check on{" "}
7676
<Anchor href={router.links.playground} >
7777
Examples section
78-
</Anchor>
79-
.
78+
</Anchor>.
8079
</p>
8180
</Card>
8281
</section>

docs/vite.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { defineConfig } from "vite";
22
import react from "@vitejs/plugin-react-swc";
33

4-
export default defineConfig({
5-
plugins: [react()],
6-
});
4+
export default defineConfig({ plugins: [react()] });

vite.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ export default defineConfig({
1111
entry: "./src/index.ts",
1212
fileName: "index",
1313
formats: ["cjs", "es", "umd"],
14-
},
15-
rollupOptions: {
16-
treeshake: true,
17-
external: ["react"],
18-
},
14+
}
1915
},
2016
});

0 commit comments

Comments
 (0)