Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
fixtures
/
stacks
/
babel.config.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
6 lines
147 Bytes
Copy permalink
Copy
Raw
1
{
2
"plugins"
:
[
3
[
"@babel/plugin-proposal-class-properties"
,
{
"loose"
:
false
}],
4
[
"@babel/plugin-transform-classes"
,
{
"loose"
:
true
}]
5
]
6
}