chinese-colors/.babelrc
2019-08-27 17:27:26 +08:00

17 lines
303 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"corejs": 3,
"targets": {
"chrome": 60
}
}
],
"@babel/preset-react"
],
"plugins": ["@babel/plugin-proposal-class-properties", "@babel/plugin-syntax-dynamic-import"]
}