This website requires JavaScript.
Explore
Help
Sign In
martin
/
databag
Watch
1
Star
0
Fork
0
You've already forked databag
mirror of
https://github.com/balzack/databag.git
synced
2025-02-12 03:29:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a745513092
databag
/
app
/
mobile
/
babel.config.js
7 lines
106 B
JavaScript
Raw
Normal View
History
Unescape
Escape
preparing mobile app
2022-09-06 21:38:53 +00:00
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
)
;
return
{
presets
:
[
'babel-preset-expo'
]
}
;
adding plaeholder for mobile app
2022-01-14 07:59:53 +00:00
}
;
Reference in New Issue
Copy Permalink