Remove react-bootstrap-table from webpack noParse

This allows the library package to be parsed correctly
handling uses of require

Change-Id: I17ee5eb2d8b7f083371388b316d311caebb712c3
Reviewed-on: https://gerrit.instructure.com/71975
Tested-by: Jenkins
Reviewed-by: Ethan Vizitei <evizitei@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Clay Diffrient <cdiffrient@instructure.com>
This commit is contained in:
Clay Diffrient 2016-02-10 15:32:51 -07:00
parent df2aebfd11
commit b9119afe32
1 changed files with 1 additions and 3 deletions

View File

@ -55,9 +55,7 @@ module.exports = {
},
module: {
preLoaders: [],
noParse: [
/react-bootstrap-table/
],
noParse: [],
loaders: [
{
test: /\.js$/,