Skip to content

Commit

Permalink
add sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Dec 1, 2023
1 parent 08a73e0 commit 7884a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
},
plugins: [react(), dts({rollupTypes: true})],
build: {
sourcemap: true,
lib: {
// Could also be a dictionary or array of multiple entry points
entry: resolve(__dirname, 'src/lib/index.ts'),
Expand Down

0 comments on commit 7884a8b

Please sign in to comment.