Skip to content

Commit 80ce610

Browse files
committed
Input source map into minified source
1 parent 9cf8840 commit 80ce610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_modules/.bin/uglifyjs dist/react-draggable.js \
55
--output dist/react-draggable.min.js \
66
--source-map dist/react-draggable.min.map \
77
--source-map-url react-draggable.min.map \
8-
--compress warnings=false
8+
--in-source-map dist/react-draggable.map \
9+
--compress warnings=false

0 commit comments

Comments
 (0)