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
Am trying to use https://babeljs.io/repl to compile some javascript for the rhino target, but no matter how I try to specify the target, I keep getting an error message like BABEL] /repl.js: Unknown browser query *****. Maybe you are using old Browserslist or made typo in query. (While processing: "base$0")
Tried:
rhino
rhino 1.7.14
{rhino: '1.7.14'}
{"rhino": "1.7.14"}
etc
But always the same error message.
The text was updated successfully, but these errors were encountered:
Hey @p-bakker! 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.
Am trying to use https://babeljs.io/repl to compile some javascript for the rhino target, but no matter how I try to specify the target, I keep getting an error message like
BABEL] /repl.js: Unknown browser query
*****. Maybe you are using old Browserslist or made typo in query. (While processing: "base$0")
Tried:
rhino
rhino 1.7.14
{rhino: '1.7.14'}
{"rhino": "1.7.14"}
But always the same error message.
The text was updated successfully, but these errors were encountered: