Skip to content

Commit b0f6665

Browse files
author
Marek Rozmus
committed
Fix webpack path to module alias
1 parent 068bc99 commit b0f6665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
],
4646
resolve: {
4747
alias: {
48-
'react-swipeable-list': path.join(__dirname, '..', '..', 'src')
48+
'react-swipeable-list': path.join(__dirname, '..', 'src')
4949
},
5050
extensions: ['.js']
5151
}

0 commit comments

Comments
 (0)