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.

Hi base-x team! It is a simple error so I wont make it lengthy. I met some kind of this error Failed to minify the code from this file and it was base-x changed to use es6, to fix this error, could the team support babel or at least, just code it in es5 style? Thanks team so much.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
traylewincommented, Nov 9, 2018

If someone (like tphanson) is using create-react-app to create and build his React app, it limits your ability to make changes to the babel config. If you really want to satisfy everyone here, you could tag this version as 3.1.0 so that existing dependent projects won’t try to upgrade from the 3.0.4 version. You’d also need to publish a 3.0.6 version that reverts back to the same code that you had in 3.0.4 (or unpublish 3.0.5). We’d really appreciate it if you could do this - there is a hackathon this weekend and this fix would make a big difference for the teams.

3reactions
eccentricexitcommented, Jan 30, 2019

Was this ever fixed? It seems any project depending on bs58 or eosjs-cc won’t build!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Converting => () => to ES5 [duplicate] - Stack Overflow
Closed 2 years ago. I'm in the process of converting some scripting from from ES6 to ES5 due to a dependency on the...
Read more >
Convert JavaScript ES6+ to ES5 using Babel - Code by Amir
JavaScript ES6+ code to ES5 for browser compatibility. In this article, we'll describe how to install, configure, and run Babel.
Read more >
How to Convert ES6 into ES5 using Babel | by Sunny Beatteay
1. Install Babel as Dev Dependency. First things first is to download the Babel command line interface, which will allow us to use...
Read more >
Undo and Redo in JavaScript (ES5) Diagram control
The client-side methods undo and redo help you to revert/restore the changes. The following code example illustrates how to undo/redo the changes through...
Read more >
How can i downgrade the default JavaScript snippets back to ...
You can't. You'd need to find a library of ES5 snippets or make your own. The snippets should already be in ES2015 (ES6)....
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