Skip to content

Commit 86d6e7e

Browse files
committed
Output library as ReactSortable
1 parent ba30a41 commit 86d6e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
path: path.join(__dirname, 'dist'),
2121
filename: env === 'dist' ? 'react-sortable.min.js' : 'react-sortable.js',
2222
libraryTarget: 'umd',
23-
library: 'SortableMixin'
23+
library: 'ReactSortable'
2424
},
2525
plugins: plugins,
2626
externals: {

0 commit comments

Comments
 (0)