Skip to content

Instantly share code, notes, and snippets.

@jackpopp
Created October 12, 2018 14:05
Show Gist options
  • Save jackpopp/f41cf160a3c0868aa9604795881c83fb to your computer and use it in GitHub Desktop.
Save jackpopp/f41cf160a3c0868aa9604795881c83fb to your computer and use it in GitHub Desktop.
Code block 46.js for - test.md
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react.production.min.js');
} else {
module.exports = require('./cjs/react.development.js');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment