mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
* Fixed: Option to hide `LIVE` indicators on live channel pages. * Fixed: Option to hide Recommended Channels from the Following page. * Fixed: Error when attempting to import a single profile from a full data backup. * Fixed: Incorrect profile names and descriptions being displayed in the profile selector of the FFZ Control Center. * Fixed: Incorrect styling being applied in the profile selector of the FFZ Control Center, making it impossible to determine which profile is currently selected. * Fixed: Enable the babel object rest spread transformation for continued support of certain older web browsers. * Fixed: Tool-tips of certain in-line chat actions not displaying information such as the target user's name or the duration of a timeout.
8 lines
No EOL
249 B
Text
8 lines
No EOL
249 B
Text
{
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
["@babel/plugin-proposal-object-rest-spread", {"loose": true, "useBuiltIns": true}]
|
|
]
|
|
} |