mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
Transpile logical assignment operators with babel
This commit is contained in:
parent
ae96ebca57
commit
3cf4d2907e
1 changed files with 2 additions and 0 deletions
|
@ -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 }],
|
||||
|
|
Loading…
Reference in a new issue