aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/react/jsx-dev-runtime.js
blob: 324eb11e5992df2a5402481db28a2359c72017a4 (plain)
1
2
3
4
5
6
7
'use strict';

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