GitHub Action
πŸš€ Auto-deploy from GitHub Actions
7b7bdab
raw
history blame contribute delete
210 Bytes
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-jsx-runtime.production.js');
} else {
module.exports = require('./cjs/react-jsx-runtime.development.js');
}