Describe the bug
When we open the CMS in our project this morning all we see is a blank page. No errors showing in the console. Everything working fine yesterday. This might not be a CMS bug but I can't find anything changed on our side either, so we're at a loss and would appreciate any help!
To Reproduce

Expected behavior
CMS should load the appropriate file.
Applicable Versions:
CMS configuration
https://github.com/Axway/axway-open-docs/blob/master/static/admin/config.js
Additional context
Going directly to https://axway-open-docs.netlify.app/admin/ gives the same result
Tested also in Firefox and Edge and the same issue
Thanks for reporting @alexearnshaw.
We haven't released a new version recently so not sure what is the issue.
Did noticed the CMS is not initialised via config.js and also this:

Which seems related to that warning message regarding babel
@erezrokah Thanks, we haven't changed anything in config.js since yesterday when everything was working. I did make some changes to config.js yesterday but that was on a different branch, so I don't think that's the issue. I've also tested some other sites of ours that don't have these changes at all and they all give the same result...
We also have someone working on setting up redirects in our sites on Netlify, but again these changes are on a branch so I don't think that would cause this issue.
So do you think this issue is related to babel then or our config? Are any other sites experiencing issues this morning?
Maybe this is related https://github.com/babel/babel/issues/11621#issue-625277350
You can try using https://unpkg.com/@babel/[email protected]/babel.min.js here https://github.com/Axway/axway-open-docs/blob/e7113b55a79b16108f93e1d89294725d9e4c4ea5/static/admin/index.html#L22
Thank you so much @erezrokah changing to version 7.9.0 of babel has fixed our issue!
That's great @alexearnshaw, closing this issue. I recommend watching the issue I linked from the babel repo so you can go back to using the latest version when they publish a fix.
Most helpful comment
You can try using
https://unpkg.com/@babel/[email protected]/babel.min.jshere https://github.com/Axway/axway-open-docs/blob/e7113b55a79b16108f93e1d89294725d9e4c4ea5/static/admin/index.html#L22