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:
parent
df2aebfd11
commit
b9119afe32
|
@ -55,9 +55,7 @@ module.exports = {
|
|||
},
|
||||
module: {
|
||||
preLoaders: [],
|
||||
noParse: [
|
||||
/react-bootstrap-table/
|
||||
],
|
||||
noParse: [],
|
||||
loaders: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
|
|
Loading…
Reference in New Issue