From 6626dae2eca0030406ed70c27af82a67af2aaf26 Mon Sep 17 00:00:00 2001 From: Jason Madsen Date: Sat, 15 Nov 2014 09:50:46 -0700 Subject: [PATCH] [fixed] erroneous alias in webpack build alias for react-router is not needed --- webpack.config.js | 6 ------ 1 file changed, 6 deletions(-) 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') ]