redux-devtools/examples/todomvc/.babelrc
2016-04-18 13:28:26 +01:00

5 lines
95 B
Plaintext

{
"presets": ["es2015-loose", "stage-0", "react"],
"plugins": ["react-hot-loader/babel"]
}