Skip to content

Commit 7ea6f5d

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

require-config.js

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

0 commit comments

Comments
 (0)