spee.ch/.babelrc

5 lines
134 B
Plaintext
Raw Normal View History

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