1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Transpile logical assignment operators with babel

This commit is contained in:
Bogdan
2024-01-20 13:37:25 +02:00
committed by Mark McDowall
parent ae96ebca57
commit 3cf4d2907e

View File

@@ -2,6 +2,8 @@ const loose = true;
module.exports = {
plugins: [
'@babel/plugin-transform-logical-assignment-operators',
// Stage 1
'@babel/plugin-proposal-export-default-from',
['@babel/plugin-transform-optional-chaining', { loose }],