Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 3a2f9e5

Browse files
committed
Add source map
1 parent 2d83f9c commit 3a2f9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import dts from "vite-plugin-dts";
77
export default defineConfig({
88
plugins: [react(), dts()],
99
build: {
10+
sourcemap: true,
1011
lib: {
1112
// Could also be a dictionary or array of multiple entry points
1213
entry: resolve(__dirname, "src/lib.ts"),

0 commit comments

Comments
 (0)