Skip to content

Commit c193144

Browse files
authored
Merge pull request #20 from frinyvonnick/patch-1
Fix react-spark-scroll resolve path
2 parents 5aeb6ff + e75c912 commit c193144

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
@@ -34,7 +34,7 @@ module.exports = {
3434

3535
resolve: {
3636
alias: {
37-
'react-spark-scroll': path.resolve(__dirname + '../../src/'),
37+
'react-spark-scroll': path.resolve(__dirname, '../src'),
3838
'underscore': 'lodash'
3939
}
4040
},

0 commit comments

Comments
 (0)