File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var require = {
1313
1414 react : vendorPath + '/react/dist/react-with-addons'
1515
16- //immutable: vendorPath + '/dist/immutable',
16+ //immutable: vendorPath + '/immutable/ dist/immutable',
1717 //nuclear: vendorPath + '/nuclear-js/dist/nuclear',
1818 //ramda: vendorPath + '/ramda/ramda'
1919 } ,
@@ -28,7 +28,7 @@ if (window.env === 'prod') {
2828 require . paths . babel = vendorPath + '/requirejs-babel/browser.min' ;
2929 require . paths . polyfill = vendorPath + '/requirejs-babel/polyfill.min' ;
3030 require . paths . react = vendorPath + '/react/dist/react-with-addons.min' ;
31- //require.paths.immutable = vendorPath + '/dist/immutable.min';
31+ //require.paths.immutable = vendorPath + '/immutable/ dist/immutable.min';
3232 //require.paths.nuclear = vendorPath + '/nuclear-js/dist/nuclear.min';
3333 //require.paths.ramda = vendorPath + '/ramda/ramda.min';
3434}
You can’t perform that action at this time.
0 commit comments