mirror of
https://github.com/facebook/react.git
synced 2026-02-26 03:45:17 +00:00
New release scripts. Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
9 lines
269 B
JavaScript
9 lines
269 B
JavaScript
System.config({
|
|
paths: {
|
|
react: '../../../../build/node_modules/react/umd/react.development.js',
|
|
'react-dom':
|
|
'../../../../build/node_modules/react-dom/umd/react-dom.development.js',
|
|
schedule: '../../../../build/dist/schedule.development',
|
|
},
|
|
});
|