chore: configure babel to use with import attributes keyword

This commit is contained in:
Bart van Andel 2026-02-05 14:07:49 +01:00
parent a8981dc724
commit 2ffb90a1fc

View File

@ -22,6 +22,9 @@ module.exports = function(api) {
"regenerator": true
}
]
]
],
"generatorOpts": {
"importAttributesKeyword": "with"
}
};
};