This website requires JavaScript.
Explore
Help
Register
Sign in
GeneralBots
/
gbclient
Watch
2
Star
1
Fork
You've already forked gbclient
0
Code
Issues
4
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e55a254e24
gbclient
/
babel.config.js
7 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add initial configuration files and implement color scheme hooks
2025-03-30 16:42:51 -03:00
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
)
;
return
{
refactor: clean up unused imports and components across the project
2025-03-30 17:32:22 -03:00
add initial configuration files and implement color scheme hooks
2025-03-30 16:42:51 -03:00
plugins
:
[
'nativewind/babel'
]
}
;
}
;
Reference in a new issue
Copy permalink