dtwitter-start-here/.babelrc

12 lines
144 B
Plaintext

{
"plugins": [
"transform-object-rest-spread"
],
"presets": [
"stage-2"
],
"ignore": [
"config/",
"node_modules"
]
}