Skip to content

Commit 54c3c46

Browse files
committed
Update require-config.js
1 parent 6ef9d65 commit 54c3c46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

require-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var require = {
1414
react: vendorPath + '/react/dist/react-with-addons'
1515
classnames: vendorPath + 'classnames/index',
1616
immutable: vendorPath + '/immutable/dist/immutable',
17+
marty: vendorPath + 'marty/dist/marty'
1718
},
1819
shim: {
1920
babel: {
@@ -27,4 +28,5 @@ if (window.env === 'prod') {
2728
require.paths.polyfill = vendorPath + '/requirejs-babel/polyfill.min';
2829
require.paths.react = vendorPath + '/react/dist/react-with-addons.min';
2930
require.paths.immutable = vendorPath + '/immutable/dist/immutable.min';
31+
require.paths.marty = vendorPath + 'marty/dist/marty.min';
3032
}

0 commit comments

Comments
 (0)