remove react-router from webpack vendor bundle

fixes CNVS-29021

TEST PLAN: webpack should build

Change-Id: I5db995adfbeb876df681e310714e5b65a40af96f
Reviewed-on: https://gerrit.instructure.com/78237
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Tested-by: Jenkins
QA-Review: Myller de Araujo <myller@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
Ethan Vizitei 2016-04-28 10:39:14 -06:00 committed by Ethan Vizitei
parent da70173a55
commit 513cadec68
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ entries['vendor'] = [
'moment', 'moment',
'react', 'react',
'react-modal', 'react-modal',
'react-router',
'underscore', 'underscore',
'vendor/backbone-identity-map', 'vendor/backbone-identity-map',
'vendor/backbone', 'vendor/backbone',