Skip to content

Commit 0839f13

Browse files
committed
Fix examples to reflect index move to modules
1 parent 20c2c9b commit 0839f13

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)