Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Commit 179986d

Browse files
committed
Add source map
1 parent 9a368b7 commit 179986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "lib/InputNumeric.js",
55
"scripts": {
66
"start": "run-p rollup storybook",
7-
"rollup": "rollup -c --watch",
7+
"rollup": "rollup -c --sourcemap --watch",
88
"storybook": "start-storybook -p 6006",
99
"build": "rollup -c",
1010
"lint": "eslint .",

0 commit comments

Comments
 (0)