Skip to content

Instantly share code, notes, and snippets.

@jackpopp
Created October 12, 2018 14:05
Show Gist options
  • Save jackpopp/e096f6d10da8477177a3acfeff5d5e76 to your computer and use it in GitHub Desktop.
Save jackpopp/e096f6d10da8477177a3acfeff5d5e76 to your computer and use it in GitHub Desktop.
Code block 47.js for - test.md
function iifeTemplate(source) {
return `(function() {const process = {env: { NODE_ENV: 'development' }};${source}}())`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment