We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef9d65 commit 54c3c46Copy full SHA for 54c3c46
require-config.js
@@ -14,6 +14,7 @@ var require = {
14
react: vendorPath + '/react/dist/react-with-addons'
15
classnames: vendorPath + 'classnames/index',
16
immutable: vendorPath + '/immutable/dist/immutable',
17
+ marty: vendorPath + 'marty/dist/marty'
18
},
19
shim: {
20
babel: {
@@ -27,4 +28,5 @@ if (window.env === 'prod') {
27
28
require.paths.polyfill = vendorPath + '/requirejs-babel/polyfill.min';
29
require.paths.react = vendorPath + '/react/dist/react-with-addons.min';
30
require.paths.immutable = vendorPath + '/immutable/dist/immutable.min';
31
+ require.paths.marty = vendorPath + 'marty/dist/marty.min';
32
}
0 commit comments