Skip to content

Commit 6626dae

Browse files
author
Jason Madsen
committedNov 15, 2014
[fixed] erroneous alias in webpack build
alias for react-router is not needed
1 parent fb05715 commit 6626dae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎webpack.config.js

-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ module.exports = {
3939
]
4040
},
4141

42-
resolve: {
43-
alias: {
44-
'react-router': '../../modules/index'
45-
}
46-
},
47-
4842
plugins: [
4943
new webpack.optimize.CommonsChunkPlugin('shared.js')
5044
]

0 commit comments

Comments
 (0)
Please sign in to comment.