spee.ch/.babelrc

5 lines
134 B
Plaintext

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