Let's try this?

This commit is contained in:
Thomas Smith 2023-04-24 19:42:54 +02:00
parent 1d053d2356
commit 658846994a

View file

@ -4,8 +4,13 @@ module.exports = function (api) {
["@babel/preset-react"]
]
const plugins = [];
const options = {
babelrc: false,
configFile: false
};
return {
presets,
plugins
plugins,
options
};
}