1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 10:45:48 +03:00
redux-devtools/extension/examples/router/.babelrc

5 lines
116 B
Plaintext
Raw Normal View History

{
"presets": ["es2015", "stage-0", "react"],
"plugins": ["add-module-exports", "transform-decorators-legacy"]
}