Giter Site home page Giter Site logo

Comments (14)

travisbmiller avatar travisbmiller commented on May 2, 2024 6

@glenjamin Thanks for the response. I removed it 'webpack-hot-middleware/client', from entry in webpack, however I am still seeing requests on server. Not sure why that is.

-- update -- it was a cache problem.

removing `'webpack-hot-middleware/client' fixed problem.

Thanks!

from webpack-hot-middleware.

hoodsy avatar hoodsy commented on May 2, 2024 2

Without webpack running in my project, I consistently see requests to __webpack_hmr:

GET /__webpack_hmr 200 1.254 ms - 2092
GET /__webpack_hmr 200 3.087 ms - 2092
GET /__webpack_hmr 200 2.264 ms - 2092

When running my express server on a different port than what was used for my project using webpack, I can avoid these requests. They don't actually affect my project, but are extremely annoying. Is webpack_hmr running in the background? Is there a way to prevent this?
@glenjamin

from webpack-hot-middleware.

maciej-gurban avatar maciej-gurban commented on May 2, 2024 1

@wassubaba Late to the party, but in case others stumble upon this, it looks like you forgot a slash after your hostname. The correct HMR URL should be your.domain/__webpack_hmr.

All in all, it would be great to be able to change the __webpack_hmr part into something custom. The use case is running one HMR at localhost, and another at localhost/foo. Without being able to specify a custom URL, it's necessary to do custom URL rewriting rules or use odd hacks to get it working.

from webpack-hot-middleware.

glenjamin avatar glenjamin commented on May 2, 2024

What version of express are you using?
http://expressjs.com/4x/api.html#req.path should exist.

There's been a few issues with the eventsource polyfill - i'm going to revert those changes and unpublish 2.0.1 for now. Can revisit it with more testing.

from webpack-hot-middleware.

glenjamin avatar glenjamin commented on May 2, 2024

v2.0.1 has been marked deprecated and v2.0.2 released without the eventsource polyfill dfb7efb

from webpack-hot-middleware.

koistya avatar koistya commented on May 2, 2024

@glenjamin don't you want to keep it working with non Express servers? E.g. when you need to launch a dev server by using BrowserSync (which uses Connect under the hood).

from webpack-hot-middleware.

glenjamin avatar glenjamin commented on May 2, 2024

@koistya - I do want to work with non-express servers - yes!

I've closed this PR because the same change was made in dfb7efb

from webpack-hot-middleware.

koistya avatar koistya commented on May 2, 2024

Thanks! 2.0.2 works fine with BrowserSync now

from webpack-hot-middleware.

glenjamin avatar glenjamin commented on May 2, 2024

If you have the client in your bundle, it will continuously attempt to connect to the server. If you want to remove the client, you need to leave it out of the client bundle.

from webpack-hot-middleware.

travisbmiller avatar travisbmiller commented on May 2, 2024

@glenjamin I know this is a little old but I am having the same problem @hoodsy is asking about. my my backend API are not bundle with client but stilling seeing the request to _webpack_hmr. You you help me understand what you mean by "If you want to remove the client, you need to leave it out of the client bundle."

Thanks

from webpack-hot-middleware.

glenjamin avatar glenjamin commented on May 2, 2024

@travisbmiller in your webpack config there's a line which adds the hot-middleware client to the bundle. If you leave this out, it won't attempt to connect to the server

from webpack-hot-middleware.

jsrraman avatar jsrraman commented on May 2, 2024

@glenjamin Thanks for the direction. Removing 'webpack-hot-middleware/client' from 'entry' section fixed this.

Just wanted to understand, why this setting was suggested in the 'entry' section of react hot boilerplate?

from webpack-hot-middleware.

glenjamin avatar glenjamin commented on May 2, 2024

@jsrraman If you add that into the config, it will connect to the server and perform the function this middleware is supposed to do.

If you take it out, it won't do anything. In the comments above people appeared to have disabled or moved the server component, but had left the client in.

from webpack-hot-middleware.

wassubaba avatar wassubaba commented on May 2, 2024

Hi glenjamin,
I am getting the below exception while trying to connect from web to api.
"Uncaught DOMException: Failed to construct 'EventSource': Cannot open an EventSource to 'http://localhost:8080__webpack_hmr'. The URL is invalid."

Could you please help me to resolve this problem ?

from webpack-hot-middleware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.