Skip to content

Commit db98d87

Browse files
committed
chore(core): include sourcemap into distribution
1 parent efb3991 commit db98d87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"typecheck": "tsc -b ."
7878
},
7979
"type": "module",
80-
"version": "4.0.1"
80+
"version": "4.0.2"
8181
}

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export default [
88
output: [
99
{
1010
file: 'dist/index.js',
11-
format: 'esm',
11+
format: 'es',
1212
exports: 'named',
13-
sourcemap: 'inline'
13+
sourcemap: true
1414
}
1515
],
1616
plugins: [resolve(), typescript()],

0 commit comments

Comments
 (0)