File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments