Skip to content

Commit a5fbf8f

Browse files
committed
fix: wrong relative paths in source maps
1 parent 8aa78b3 commit a5fbf8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rollup.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default [
2020
plugins: [
2121
typescript({
2222
exclude: ['**/__tests__/**'],
23+
sourceMap: false,
2324
tsconfig: './tsconfig.cjs.json',
2425
}),
2526
],
@@ -38,6 +39,7 @@ export default [
3839
plugins: [
3940
typescript({
4041
exclude: ['**/__tests__/**'],
42+
sourceMap: false,
4143
tsconfig: './tsconfig.esm.json',
4244
}),
4345
],

0 commit comments

Comments
 (0)