mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
21 lines
448 B
Text
21 lines
448 B
Text
|
{
|
||
|
"compact": false,
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"loose": true,
|
||
|
"targets": {
|
||
|
"browsers": ["ie >= 11", "safari > 10"]
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
["@babel/typescript", {"isTSX": true, "allExtensions": true}]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-transform-runtime",
|
||
|
["babel-plugin-inferno", { "imports": true }],
|
||
|
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
||
|
]
|
||
|
}
|