mirror of
https://github.com/Readarr/Readarr
synced 2025-12-06 16:32:51 +01:00
Transpile logical assignment operators with babel
(cherry picked from commit 3cf4d2907e32e81050f35cda042dcc2b4641d40d)
This commit is contained in:
parent
0fb8ab2280
commit
4a174e559f
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ const loose = true;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [
|
plugins: [
|
||||||
|
'@babel/plugin-transform-logical-assignment-operators',
|
||||||
|
|
||||||
// Stage 1
|
// Stage 1
|
||||||
'@babel/plugin-proposal-export-default-from',
|
'@babel/plugin-proposal-export-default-from',
|
||||||
['@babel/plugin-transform-optional-chaining', { loose }],
|
['@babel/plugin-transform-optional-chaining', { loose }],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue