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 99830d7 commit 9cf8840Copy full SHA for 9cf8840
webpack.config.js
@@ -3,6 +3,7 @@ module.exports = {
3
output: {
4
filename: './dist/react-draggable.js',
5
sourceMapFilename: './dist/react-draggable.map',
6
+ devtoolModuleFilenameTemplate: '../[resource-path]',
7
library: 'ReactDraggable',
8
libraryTarget: 'umd'
9
},
0 commit comments