We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like bundle.run is down, so https://bundle.run/@babel/polyfill@7 fails to load, which breaks the REPL for me 😢
bundle.run
https://bundle.run/@babel/polyfill@7
Is there a reason this uses bundle.run specifically, or can it be switched to jsdelivr or Unpkg? Both of them work fine:
The text was updated successfully, but these errors were encountered:
We need to use bundle.run when loading individual plugins from npm, but for @babel/polyfill we can use a normal CDN since it's already bundled.
npm
@babel/polyfill
Sorry, something went wrong.
no space left on device
No branches or pull requests
It looks like
bundle.run
is down, sohttps://bundle.run/@babel/polyfill@7
fails to load, which breaks the REPL for me 😢Is there a reason this uses
bundle.run
specifically, or can it be switched to jsdelivr or Unpkg? Both of them work fine:The text was updated successfully, but these errors were encountered: