spee.ch/.babelrc

5 lines
108 B
Plaintext
Raw Normal View History

2018-04-18 21:01:26 +02:00
{
"presets": ["@babel/env", "@babel/react"],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}