Skip to content

Commit c88f32f

Browse files
author
Don McCurdy
committed
enable sourcemaps (ostensibly; still not working)
1 parent 26619a2 commit c88f32f

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
@@ -13,6 +13,7 @@ export default defineConfig({
1313
outDir: 'build',
1414
target: 'esnext',
1515
minify: false,
16+
sourcemap: true,
1617
lib: {
1718
entry: resolve(__dirname, 'src/index.ts'),
1819
fileName: 'api-client',

0 commit comments

Comments
 (0)