This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
verdnatura-chat
forked from
verdnatura-mirror/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked verdnatura-chat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
appium-v2
verdnatura-chat
/
appium
/
babel.config.js
5 lines
96 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
init appium
2022-04-01 15:33:15 +00:00
module
.
exports
=
{
add support to typescript
2022-04-28 19:33:51 +00:00
presets
:
[
'@babel/preset-env'
]
,
plugins
:
[
[
'@babel/transform-runtime'
]
]
init appium
2022-04-01 15:33:15 +00:00
}
;