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