1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 10:45:48 +03:00
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"]
}