rebuild/.production/.babelrc
2018-11-17 21:15:55 +08:00

4 lines
No EOL
109 B
Text

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