Created
October 12, 2018 14:05
-
-
Save jackpopp/e096f6d10da8477177a3acfeff5d5e76 to your computer and use it in GitHub Desktop.
Code block 47.js for - test.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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