Skip to content

Commit

Permalink
chore: generate sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 6, 2024
1 parent bc0a2b7 commit a36423f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default [
{
input: 'lib/index.js',
output: [
{ file: pkgExport.require, format: 'cjs' },
{ file: pkgExport.import, format: 'es' }
{ file: pkgExport.require, format: 'cjs', sourcemap: true },
{ file: pkgExport.import, format: 'es', sourcemap: true }
],
plugins: [
copy({
Expand Down

0 comments on commit a36423f

Please sign in to comment.