Skip to content

Commit

Permalink
[fixed] erroneous alias in webpack build
Browse files Browse the repository at this point in the history
alias for react-router is not needed
  • Loading branch information
Jason Madsen committed Nov 15, 2014
1 parent fb05715 commit 6626dae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ module.exports = {
]
},

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

plugins: [
new webpack.optimize.CommonsChunkPlugin('shared.js')
]
Expand Down

0 comments on commit 6626dae

Please sign in to comment.