diff --git a/webpack.config.js b/webpack.config.js index b0f344f1..b99a8eef 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -39,12 +39,6 @@ module.exports = { ] }, - resolve: { - alias: { - 'react-router': '../../modules/index' - } - }, - plugins: [ new webpack.optimize.CommonsChunkPlugin('shared.js') ]