Skip to content

Commit

Permalink
Merge pull request reactjs#13 from knomedia/kill-extra-alias-in-build
Browse files Browse the repository at this point in the history
[fixed] erroneous alias in webpack build
  • Loading branch information
mzabriskie committed Nov 15, 2014
2 parents fb05715 + 6626dae commit 1038e3b
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 1038e3b

Please sign in to comment.