You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESM is for modern usage and should not include babel runtime. The babel regenerator runtime requires unsafe-eval CSP which is a safety concern. Removing the babel polyfill can fix this issue.
The text was updated successfully, but these errors were encountered:
ESM is for modern usage and should not include babel runtime. The babel regenerator runtime requires
unsafe-eval
CSP which is a safety concern. Removing the babel polyfill can fix this issue.The text was updated successfully, but these errors were encountered: