mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
20 lines
448 B
Text
20 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 }],
|
|
]
|
|
}
|