Skip to content

Commit 190bb73

Browse files
committed
Generate sourcemap
1 parent f0fd216 commit 190bb73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebay/nice-modal-react",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"license": "MIT",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -11,8 +11,8 @@
1111
},
1212
"scripts": {
1313
"build": "rm -rf lib && yarn build:esm && yarn build:cjs",
14-
"build:esm": "tsc",
15-
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
14+
"build:esm": "tsc --sourcemap",
15+
"build:cjs": "tsc --module commonjs --outDir lib/cjs --sourcemap",
1616
"dev": "tsc -w",
1717
"codecov": "codecov",
1818
"gendoc": "typedoc",

0 commit comments

Comments
 (0)