Skip to content

Instantly share code, notes, and snippets.

@SilentImp
Created July 21, 2018 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SilentImp/1506e9c26d16d9839a4469c6f3ae5c4d to your computer and use it in GitHub Desktop.
Save SilentImp/1506e9c26d16d9839a4469c6f3ae5c4d to your computer and use it in GitHub Desktop.
{
"presets": [
["@babel/preset-env", {
"targets": {
"node": "current",
"browsers": ["> 3%", "ie 11"]
},
"debug": false
}],
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/proposal-export-default",
["@babel/plugin-proposal-decorators", {
"legacy": true
}],
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-object-rest-spread"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment