Skip to content

Commit

Permalink
fix: wrong relative paths in source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Mar 7, 2023
1 parent 8aa78b3 commit a5fbf8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Expand Up @@ -20,6 +20,7 @@ export default [
plugins: [
typescript({
exclude: ['**/__tests__/**'],
sourceMap: false,
tsconfig: './tsconfig.cjs.json',
}),
],
Expand All @@ -38,6 +39,7 @@ export default [
plugins: [
typescript({
exclude: ['**/__tests__/**'],
sourceMap: false,
tsconfig: './tsconfig.esm.json',
}),
],
Expand Down

0 comments on commit a5fbf8f

Please sign in to comment.