Skip to content

Commit f2c96e5

Browse files
committed
Change the input entry to 'lib/index.js'
1 parent 20561e9 commit f2c96e5

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
@@ -3,7 +3,7 @@ import path from 'path';
33
export default {
44
cache: true,
55
target: 'web',
6-
entry: path.resolve(__dirname, 'src/index.jsx'),
6+
entry: path.resolve(__dirname, 'lib/index.js'),
77
output: {
88
path: path.join(__dirname, 'dist'),
99
filename: 'react-sortable.js',

0 commit comments

Comments
 (0)