We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fe8d9 commit a5772c7Copy full SHA for a5772c7
vite.config.ts
@@ -19,6 +19,7 @@ export default defineConfig({
19
}),
20
],
21
build: {
22
+ sourcemap: true,
23
lib: {
24
// Could also be a dictionary or array of multiple entry points
25
entry: resolve(__dirname, 'src/index.ts'),
0 commit comments