mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
* Delete addons * Remove ReactFragment dependency from tests * Remove addons testing from fixtures * Don't mention createFragment() in a warning * Address feedback * Remove unused variables * Remove mention of deleted file * Add a missing key to the test * Fix lint
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
System.config({
|
|
paths: {
|
|
react: '../../../build/react.js',
|
|
'react-dom': '../../../build/react-dom.js',
|
|
},
|
|
});
|