mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
'use strict';
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./cjs/react-cache.production.min.js');
|
|
} else {
|
|
module.exports = require('./cjs/react-cache.development.js');
|
|
}
|