mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 12:55:55 +00:00
* Added: Support for different settings providers, including IndexedDB. * Fixed: Alignment of descriptions with check box settings. * Fixed: Settings being added multiple times to the Control Center UI when registered multiple times. * API Added: Providers now support blobs, and emit events when blobs change. * Maintenance: Update dependencies. Add a babel plugin.
9 lines
No EOL
313 B
Text
9 lines
No EOL
313 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}],
|
|
["@babel/plugin-proposal-class-properties", {"loose": true}]
|
|
]
|
|
} |