Skip to content

Commit bd5a8ef

Browse files
authored
fix: source maps (#33)
1 parent 47fe6a8 commit bd5a8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
// Allow json resolution
3131
json(),
3232
// Compile TypeScript files
33-
typescript(),
33+
typescript({ sourceMap: true, inlineSources: true }),
3434
// Allow bundling cjs modules (unlike webpack, rollup doesn't understand cjs)
3535
commonjs(),
3636

0 commit comments

Comments
 (0)