mirror of
https://github.com/chylex/Firefox-SCsCC.git
synced 2024-11-14 17:42:52 +01:00
14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"modules": false
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-react-jsx", {
|
|
"pragma": "h"
|
|
}],
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
}
|