⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
APPFORSOLAR
All Projects
APPFORSOLAR
+
New issue
New wiki page
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (656 Bytes)
Feature #10308
» babel.config.js
Thirupathirao Uppu
, 08/10/2026 11:37 AM
module
.
exports
=
{
presets
:
[
'
module:@react-native/babel-preset
'
],
plugins
:
[
[
'
module-resolver
'
,
{
root
:
[
'
./src
'
],
alias
:
{
'
@assets
'
:
'
./src/assets
'
,
'
@components
'
:
'
./src/components
'
,
'
@features
'
:
'
./src/features
'
,
'
@navigation
'
:
'
./src/navigation
'
,
'
@screens
'
:
'
./src/screens
'
,
'
@services
'
:
'
./src/services
'
,
'
@store
'
:
'
./src/store
'
,
'
@i18n
'
:
'
./src/i18n
'
,
'
@utils
'
:
'
./src/utils
'
,
'
@types
'
:
'
./src/types
'
,
'
@theme
'
:
'
./src/theme
'
,
'
@config
'
:
'
./src/config
'
,
},
},
],
],
};
« Previous
1
2
Next »
(2-2/2)
Loading...