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 20561e9 commit f2c96e5Copy full SHA for f2c96e5
webpack.config.babel.js
@@ -3,7 +3,7 @@ import path from 'path';
3
export default {
4
cache: true,
5
target: 'web',
6
- entry: path.resolve(__dirname, 'src/index.jsx'),
+ entry: path.resolve(__dirname, 'lib/index.js'),
7
output: {
8
path: path.join(__dirname, 'dist'),
9
filename: 'react-sortable.js',
0 commit comments