Skip to content

Commit a5772c7

Browse files
committed
chore: sourcemap
1 parent e9fe8d9 commit a5772c7

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
@@ -19,6 +19,7 @@ export default defineConfig({
1919
}),
2020
],
2121
build: {
22+
sourcemap: true,
2223
lib: {
2324
// Could also be a dictionary or array of multiple entry points
2425
entry: resolve(__dirname, 'src/index.ts'),

0 commit comments

Comments
 (0)