Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mythus
/
TeleMarts
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TeleMarts
/
android
/
Teledrive-Expo
/
babel.config.js
Mythus
Upload 225 files
67edfce
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
module
.
exports
=
function
(
api
) {
api.
cache
(
true
);
return
{
presets
: [
'babel-preset-expo'
],
};
};