babel / website

:globe_with_meridians: The Babel documentation website
https://babeljs.io/docs/en/index.html
MIT License
750 stars 1.31k forks source link

Babel.io website doesn't work in IE11 #2408

Open mrhuttner opened 3 years ago

mrhuttner commented 3 years ago

Bug Report

Home page, demo of code load error in IE https://babeljs.io/ Object doesn't support property or method 'transform'

Also https://babeljs.io/repl Never loads.

Current behavior IE11 on https://babeljs.io/ Object doesn't support property or method 'transform' image

qi=Symbol.for("var used to be block scoped") 'Symbol' is undefined

IE11 on https://babeljs.io/repl Never loads.

Input Code https://babeljs.io/

Expected behavior No errors and page should load

Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc) https://babeljs.io/

Environment https://babeljs.io/

Possible Solution

Additional context

babel-bot commented 3 years ago

Hey @mrhuttner! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite."

babel-bot commented 3 years ago

Hey @mrhuttner! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite.

JLHwung commented 3 years ago

See also #1627