Skip to content

Commit

Permalink
Merge pull request remix-run#723 from dbunker/master
Browse files Browse the repository at this point in the history
Fix examples to reflect index move to modules
  • Loading branch information
mjackson committed Jan 25, 2015
2 parents 20c2c9b + 0839f13 commit f24328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {

resolve: {
alias: {
'react-router': '../../index'
'react-router': '../../modules/index'
}
},

Expand Down

0 comments on commit f24328c

Please sign in to comment.