Gazebo_simulation-Frontend/node_modules/react-dom/unstable-flight-client.js

8 lines
244 B
JavaScript

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