1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 18:25:55 +03:00
redux-devtools/packages/react-base16-styling/.babelrc

5 lines
97 B
Plaintext
Raw Normal View History

{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-class-properties"]
}