Skip to content

Commit e940be8

Browse files
committed
Update require-config.js
1 parent 54c3c46 commit e940be8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

require-config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)