Skip to content

Commit

Permalink
chore(core): include sourcemap into distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAKSS committed Dec 31, 2023
1 parent efb3991 commit db98d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
"typecheck": "tsc -b ."
},
"type": "module",
"version": "4.0.1"
"version": "4.0.2"
}
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export default [
output: [
{
file: 'dist/index.js',
format: 'esm',
format: 'es',
exports: 'named',
sourcemap: 'inline'
sourcemap: true
}
],
plugins: [resolve(), typescript()],
Expand Down

0 comments on commit db98d87

Please sign in to comment.