chore: correct babel filename

This commit is contained in:
arthurfiorette 2021-12-09 14:40:00 -03:00
parent 05aadff20f
commit 5d77ef1a17
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -7,5 +7,6 @@
], ],
"comments": false, "comments": false,
"compact": true, "compact": true,
"sourceMaps": true "sourceMaps": true,
"ignore": ["index.bundle.ts"]
} }