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 ba30a41 commit 86d6e7eCopy full SHA for 86d6e7e
webpack.config.babel.js
@@ -20,7 +20,7 @@ export default {
20
path: path.join(__dirname, 'dist'),
21
filename: env === 'dist' ? 'react-sortable.min.js' : 'react-sortable.js',
22
libraryTarget: 'umd',
23
- library: 'SortableMixin'
+ library: 'ReactSortable'
24
},
25
plugins: plugins,
26
externals: {
0 commit comments