Skip to content

Commit c91b933

Browse files
committed
Update require-config.js
1 parent 5bd0508 commit c91b933

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

require-config.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ var require = {
1212
text: vendorPath + '/text/lib/index',
1313

1414
react: vendorPath + '/react/dist/react-with-addons'
15-
16-
//immutable: vendorPath + '/immutable/dist/immutable',
17-
//nuclear: vendorPath + '/nuclear-js/dist/nuclear',
18-
//ramda: vendorPath + '/ramda/ramda'
15+
classnames: vendorPath + 'classnames/index',
16+
immutable: vendorPath + '/immutable/dist/immutable',
1917
},
2018
shim: {
2119
babel: {
@@ -28,7 +26,5 @@ if (window.env === 'prod') {
2826
require.paths.babel = vendorPath + '/requirejs-babel/browser.min';
2927
require.paths.polyfill = vendorPath + '/requirejs-babel/polyfill.min';
3028
require.paths.react = vendorPath + '/react/dist/react-with-addons.min';
31-
//require.paths.immutable = vendorPath + '/immutable/dist/immutable.min';
32-
//require.paths.nuclear = vendorPath + '/nuclear-js/dist/nuclear.min';
33-
//require.paths.ramda = vendorPath + '/ramda/ramda.min';
29+
require.paths.immutable = vendorPath + '/immutable/dist/immutable.min';
3430
}

0 commit comments

Comments
 (0)