blob: 91a9d9eff669279f4e88f41a99cec1226a6fc30d [file] [log] [blame]
module.exports = {
plugins: [
[
'@babel/plugin-transform-modules-commonjs',
{
importInterop: 'none',
},
],
],
}