Skip to content

Commit ea73854

Browse files
committed
Update require-config.js
1 parent 7ea6f5d commit ea73854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

require-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)