the-forest/client/node_modules/react-refresh/runtime.js
2024-09-17 20:35:18 -04:00

8 lines
222 B
JavaScript

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