verdnatura-chat/appium/babel.config.js

13 lines
116 B
JavaScript
Raw Normal View History

2022-04-01 15:33:15 +00:00
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: '14'
}
}
]
]
};