animate/webGl/my-threejs-test/node_modules/react-refresh/runtime.js

8 lines
222 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
'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');
}