We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fd216 commit 190bb73Copy full SHA for 190bb73
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ebay/nice-modal-react",
3
- "version": "1.2.8",
+ "version": "1.2.9",
4
"license": "MIT",
5
"main": "./lib/cjs/index.js",
6
"module": "./lib/esm/index.js",
@@ -11,8 +11,8 @@
11
},
12
"scripts": {
13
"build": "rm -rf lib && yarn build:esm && yarn build:cjs",
14
- "build:esm": "tsc",
15
- "build:cjs": "tsc --module commonjs --outDir lib/cjs",
+ "build:esm": "tsc --sourcemap",
+ "build:cjs": "tsc --module commonjs --outDir lib/cjs --sourcemap",
16
"dev": "tsc -w",
17
"codecov": "codecov",
18
"gendoc": "typedoc",
0 commit comments