mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-26 00:36:17 +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',
|
||
|
}
|
||
|
});
|