mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
* Remove /dist/ UMD builds We publish UMDs to npm (and we're considering stopping even that). This means we'll stop publishing to http://react.zpao.com/builds/master/latest/ * Update fixture paths
10 lines
297 B
JavaScript
10 lines
297 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/node_modules/scheduler/umd/schedule.development',
|
|
},
|
|
});
|