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
11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
module.exports = {
|
|
baseUrl: '.',
|
|
name: 'input',
|
|
out: 'output.js',
|
|
optimize: 'none',
|
|
paths: {
|
|
react: '../../../build/react',
|
|
'react-dom': '../../../build/react-dom',
|
|
},
|
|
};
|