File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ var require = {
1313
1414 react : vendorPath + '/react/dist/react-with-addons'
1515
16- //immutable: vendor_path + '/dist/immutable',
17- //nuclear: vendor_path + '/nuclear-js/dist/nuclear',
18- //ramda: vendor_path + '/ramda/ramda'
16+ //immutable: vendorPath + '/dist/immutable',
17+ //nuclear: vendorPath + '/nuclear-js/dist/nuclear',
18+ //ramda: vendorPath + '/ramda/ramda'
1919 } ,
2020 shim : {
2121 babel : {
@@ -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 = vendor_path + '/dist/immutable.min';
32- //require.paths.nuclear = vendor_path + '/nuclear-js/dist/nuclear.min';
33- //require.paths.ramda = vendor_path + '/ramda/ramda.min';
31+ //require.paths.immutable = vendorPath + '/dist/immutable.min';
32+ //require.paths.nuclear = vendorPath + '/nuclear-js/dist/nuclear.min';
33+ //require.paths.ramda = vendorPath + '/ramda/ramda.min';
3434}
You can’t perform that action at this time.
0 commit comments