-
-
Save ilearnjavascript/1633b0687ca27725318044a2fe215251 to your computer and use it in GitHub Desktop.
gulp - .babelrc.js
This file contains 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
{ | |
"presets": [ | |
["@babel/env", { | |
"modules": false, | |
} | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment