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.
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": ["last 2 versions", "IE >= 9"]
|
|
},
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
["@babel/plugin-proposal-class-properties", { "loose" : true }],
|
|
["@babel/plugin-transform-react-jsx", {"pragma": "h"}]
|
|
]
|
|
} |