mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
It's confusing to new contributors, and me, that you're supposed to use `yarn build-combined` for almost everything but not fixtures. We should use only one build command for everything. Updated fixtures to use the folder convention of build-combined.
10 lines
309 B
JavaScript
10 lines
309 B
JavaScript
System.config({
|
|
paths: {
|
|
react: '../../../../build/oss-experimental/react/umd/react.development.js',
|
|
'react-dom':
|
|
'../../../../build/oss-experimental/react-dom/umd/react-dom.development.js',
|
|
schedule:
|
|
'../../../../build/oss-experimental/scheduler/umd/schedule.development',
|
|
},
|
|
});
|