Transpile logical assignment operators with babel

This commit is contained in:
Bogdan 2024-01-20 13:37:25 +02:00
parent d336aaf3f0
commit e148d611ff
1 changed files with 2 additions and 0 deletions

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 }],