Skip to content

Instantly share code, notes, and snippets.

@ateufel
ateufel / .babelrc
Created October 25, 2018 07:51
.babelrc Example
{
"presets": [
["@babel/preset-env", {
"targets": "> 5%, not dead",
"debug": true
}]
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]