Files
react/packages/react-fs/npm/index.node.js
T
Dan Abramov 6a4b12b81c [Flight] Add rudimentary FS binding (#20409)
* [Flight] Add rudimentary FS binding

* Throw for unsupported

* Don't mess with hidden class

* Use absolute path as the key

* Warn on relative and non-normalized paths
2020-12-09 02:37:29 +00:00

8 lines
206 B
JavaScript

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-fs.node.production.min.js');
} else {
module.exports = require('./cjs/react-fs.node.development.js');
}