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.

browserify issues

See original GitHub issue

Thank you for the great package! We have little issue when trying to bundle X11 with our application with browserify. In fact x11 will try to require extensions from /ext/ folder at runtime. It would be nice to have option of requiring all extensions statically and not doing runtime require.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
polpocommented, Apr 20, 2017

Yes, require()ing the wanted extentions in an unused function should do the trick, as long as Browserify resolves the paths to the same location.

1reaction
dromcommented, Apr 20, 2017

@sidorares thank you for the quick response. We will try workarounds and will let you know about our success.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · browserify/browserify - GitHub
Sponsor browserify/browserify · Code · Issues 351 · Pull requests 32 · Actions · Wiki · Security · Insights.
Read more >
Browserify Articles
Introductions / Browserify basics. These articles give a great introduction to using Browserify. Browserify Handbook. github.com/substack/browserify- ...
Read more >
Webpack 5 Issues | Documentation - Web3Auth
While setting up a new web3 project from scratch, you might face multiple issues with webpack 5. This issue is caused due to...
Read more >
Changelog - browserify
9.0.3 ... fixes a problem with deduping for json files. This caused problems for running bundle() multiple times on the same instance with...
Read more >
Issue with using browserify to bundle D3 library - Stack Overflow
I was adviced to bundle up the library to solve the issue. I've been struggling with bundling D3 library using browserify. I've done...
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