spee.ch/.babelrc
2018-04-18 12:01:26 -07:00

5 lines
108 B
Plaintext

{
"presets": ["@babel/env", "@babel/react"],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}