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.

Ensure webpack support is available in 5.0.0

See original GitHub issue

I get this when running .query in a browser:

pool.js:232Uncaught (in promise) TypeError: req.setTimeout is not a function(…)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
connor4312commented, Oct 22, 2016

It’s not prohibitively difficult to shim the updated stream-http into webpack, as described here. (That’s actually what we do for browser tests!) As this module does work in Webpack and only needs that shim for timeouts, I would be reasonably comfortable shipping with that setup. We’ll see if it’s necessary.

1reaction
dandvcommented, Oct 18, 2016

Nice!

BTW, just read that someone managed to cut the module’s size in half.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Webpack 5 release (2020-10-10)
So today (2020-10-10) webpack 5.0.0 is released, but this doesn't mean ... Webpack 5 has now native support for modules representing assets.
Read more >
Upgrade to Webpack 5 failing - node.js - Stack Overflow
Is there a package I haven't updated? What am I missing? Failed to compile. Invalid configuration object. Webpack has been initialized using ...
Read more >
Module Federation. Advanced API in Webpack 5.0.0-beta.17
Automated Error handling and remote rollback. This will leverage the Dashboard which will be available as a managed service. Upon detection of a ......
Read more >
Webpack and bundlers · Bootstrap v5.0
Installing Bootstrap. Install bootstrap as a Node.js module using npm. Importing JavaScript. Import Bootstrap's JavaScript by adding this line to your app's ...
Read more >
How to configure Webpack 4 or 5 from scratch for a basic ...
There is a lack of introductory articles about Webpack and how it works ... some simple code here like console.log('Hi') to ensure it...
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