Skip to content

Commit f24328c

Browse files
committed
Merge pull request #723 from dbunker/master
Fix examples to reflect index move to modules
2 parents 20c2c9b + 0839f13 commit f24328c

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-router': '../../index'
37+
'react-router': '../../modules/index'
3838
}
3939
},
4040

0 commit comments

Comments
 (0)