question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v1 no longer supports older browsers

See original GitHub issue

Hi, v1 builds to cjs and still includes the const keyword. This means anyone installing this library via npm and running it in the browser cannot support <=ie10 and <=safari 9. I haven’t used parcel before but I imagine you just need to tweak the settings to babelify const to var.

This worked in v0.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BernsteinAcommented, Feb 26, 2020

Shouldn’t have to use babel to transpile a dependency of a dependency of a dependency of a project I’m working on. I think that this is the problem line: https://github.com/spotify/web-scripts/blob/master/packages/web-scripts/config/tsconfig.json#L12 (yes, it’s even further down the dependency chain from the code I’m actually writing)

0reactions
kaimalleacommented, Apr 11, 2020

🎉 This issue has been resolved in version 1.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there a list of old browsers that only support TLS 1.0?
I am having trouble finding a list [of old browsers that only support TLS 1.0]. Lists of browsers with specific features.
Read more >
Browsers Will Block Sites Using Old Versions of TLS | Decipher
The end is finally near for antiquated versions of TLS. All the major web browsers—Firefox, Chrome, Safari, and Edge—will display warnings ...
Read more >
Enable Support for TLS 1.2 or 1.3 on Web Browsers - Pitt IT
Browsers that use TLS version 1.0 or 1.1 will not be supported. To ensure your web browser supports TLS 1.2 or 1.3, complete...
Read more >
TLSv1.0 and v1.1 are being deprecated - RedShield
However, some of your users may still use old browsers on Windows XP, old Android phones or other devices that do not support...
Read more >
Enabling TLS 1.1 and TLS 1.2 on web browsers
Instructions to enable TLS 1.1 and/or TLS 1.2 protocols on: Microsoft Internet Explorer, Google Chrome, Mozilla Firefox, Opera and Apple ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found