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 9cf8840 commit 80ce610Copy full SHA for 80ce610
script/build
@@ -5,4 +5,5 @@ node_modules/.bin/uglifyjs dist/react-draggable.js \
5
--output dist/react-draggable.min.js \
6
--source-map dist/react-draggable.min.map \
7
--source-map-url react-draggable.min.map \
8
- --compress warnings=false
+ --in-source-map dist/react-draggable.map \
9
+ --compress warnings=false
0 commit comments