Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 31, 2019 21:54
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