Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 31, 2019 21:54
Show Gist options
  • Save ilearnjavascript/1633b0687ca27725318044a2fe215251 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/1633b0687ca27725318044a2fe215251 to your computer and use it in GitHub Desktop.
gulp - .babelrc.js
{
"presets": [
["@babel/env", {
"modules": false,
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment