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.
pdmaner/.babelrc

14 lines
428 B
Plaintext

{
"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"
]
}