mirror of https://gitee.com/robergroup/pdmaner.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
4 years ago
|
{
|
||
|
"presets": [["@babel/env", {"targets": "> 0.25%, not dead"}], "@babel/preset-react"],
|
||
|
"plugins": [
|
||
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||
|
["@babel/plugin-proposal-class-properties"],
|
||
|
["@babel/plugin-proposal-export-namespace-from"],
|
||
|
["@babel/plugin-proposal-export-default-from"],
|
||
|
["@babel/plugin-proposal-optional-chaining"]
|
||
|
],
|
||
|
"ignore": [
|
||
|
"react-dom.development.js"
|
||
|
]
|
||
|
}
|