rebuild/.production/.babelrc

4 lines
109 B
Text
Raw Normal View History

2018-11-14 01:24:33 +08:00
{
2018-11-17 13:33:34 +08:00
"presets": ["@babel/env", "@babel/react"],
"plugins": ["@babel/plugin-proposal-class-properties"]
2018-11-14 01:24:33 +08:00
}