Skip to content

Commit 64bb09a

Browse files
committed
feat: include sourcemaps in package
HCRC-189.
1 parent a4c082d commit 64bb09a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rollup.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ export default [
2828
dir: 'dist/cjs',
2929
format: 'cjs',
3030
entryFileNames: '[name].js',
31+
sourcemap: true,
3132
},
3233
{
3334
dir: 'dist',
3435
format: 'esm',
3536
entryFileNames: '[name].js',
37+
sourcemap: true,
3638
},
3739
],
3840
plugins: [

0 commit comments

Comments
 (0)