File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ var require = {
1414 react : vendorPath + '/react/dist/react-with-addons'
1515 classnames : vendorPath + 'classnames/index' ,
1616 immutable : vendorPath + '/immutable/dist/immutable' ,
17- marty : vendorPath + 'marty/dist/marty'
17+
18+ marty : vendorPath + 'marty/dist/marty' ,
19+ 'react-bootstrap' : vendorPath + 'react_bootstrap/dist/react-bootstrap'
1820 } ,
1921 shim : {
2022 babel : {
@@ -29,4 +31,5 @@ if (window.env === 'prod') {
2931 require . paths . react = vendorPath + '/react/dist/react-with-addons.min' ;
3032 require . paths . immutable = vendorPath + '/immutable/dist/immutable.min' ;
3133 require . paths . marty = vendorPath + 'marty/dist/marty.min' ;
34+ require . paths [ 'react-bootstrap' ] = vendorPath + 'react_bootstrap/dist/react-bootstrap.min' ;
3235}
You can’t perform that action at this time.
0 commit comments