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.

dist uses const and breaks compatibility with old browsers

See original GitHub issue

The dist version from the npm package is using const in version 1.6.2. I have downgraded to 1.5.4 for now to support older browsers. I hope the next release can be made compatible with old browsers such as Chrome 30.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:3
  • Comments:10

github_iconTop GitHub Comments

2reactions
Trainmastercommented, Sep 18, 2019

Same issue here. It’s common to not compile code in node_modules so please provide a ES5 build.

1reaction
seyfercommented, Dec 11, 2019

@brandonburkett we have the same issue with 1.5.4

Read more comments on GitHub >

github_iconTop Results From Across the Web

const, let and spread (not IE11 compatible) · Issue #6 - GitHub
People who need older browsers compatibility are hopefully using some build process where babel can be already introduced. Given that we are ...
Read more >
const | Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >
Handling common JavaScript problems - MDN Web Docs
Historically, JavaScript was plagued with cross-browser compatibility problems — back in the 1990s, the main browser choices back then ...
Read more >
Using Modern JavaScript in the Browser - CODE Magazine
Unless you have a specific use for var , you should switch to using let and const for all variable construction in modern...
Read more >
Video: How to Fix ERP Browser Compatibility Issues
This meant workers could use their browser of choice, the one they used for every other application. A software company, workers had ...
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