summaryrefslogtreecommitdiff
path: root/node_modules/react-refresh/runtime.js
blob: c23bf725e9bddd6887da845b4df03b9bd94bd264 (plain) (blame)
1
2
3
4
5
6
7
'use strict';

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