UNPKG
create-sellflow
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
Pre-built cross-platform Shopify app template
github.com/sellflow/sellflow
sellflow/sellflow
create-sellflow
/
templates
/
basic
/
babel.config.js
11 lines
(10 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
=
function
(
api
) { api.
cache
(
true
);
return
{
presets
: [
"babel-preset-expo"
],
plugins
: [
"@lingui/babel-plugin-lingui-macro"
,
"react-native-unistyles/plugin"
, ], }; };