mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 04:15:07 +00:00
9 lines
110 B
JavaScript
9 lines
110 B
JavaScript
'use strict';
|
|
|
|
require.config({
|
|
baseUrl: '/js/',
|
|
paths: {
|
|
'react': 'libs/react/react-with-addons',
|
|
}
|
|
});
|