Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
BloodyInside
/
ComicMTL
like
0
Running
App
Files
Files
Community
c4685d0
ComicMTL
/
frontend
/
babel.config.js
BloodyInside
firsty
947c08e
25 days ago
raw
Copy download link
history
blame
202 Bytes
module
.
exports
=
function
(
api
) {
api.
cache
(
true
);
return
{
presets
: [
'babel-preset-expo'
],
env
: {
production
: {
plugins
: [
'react-native-paper/babel'
],
},
},
};
};