Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 7, 2019 11:33
Show Gist options
  • Save seogi1004/afbfc0c75321d0241c7dc571c7350e97 to your computer and use it in GitHub Desktop.
Save seogi1004/afbfc0c75321d0241c7dc571c7350e97 to your computer and use it in GitHub Desktop.
module.exports = {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
],
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment