Initial commit
This commit is contained in:
14
.babelrc
Normal file
14
.babelrc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/preset-env", { "modules": false }],
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": [
|
||||
["import", {"libraryName": "antd", "style": "css"}, "import-rc"],
|
||||
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
||||
"@babel/plugin-transform-runtime",
|
||||
["@babel/plugin-proposal-class-properties", {"loose": true}],
|
||||
"recharts",
|
||||
"@babel/plugin-transform-react-constant-elements"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user