Jovica Aleksic

Results 159 comments of Jovica Aleksic

@walleXD we had a couple of releases these last days. 2.7.0 is out with several merged PRs, plus two fixes up to 2.7.2. I'm not sure which merged PR you...

"We fix this by changing the filename format from `styles.css` to `[id].styles.css` – this will prefix the filename with a chunk ID." We should do this by default! It won't...

Ah, @DriesOeyen and interested reader, the second argument to the config function is the configurator itself. And as far I remember, it has a method for generating the index.html template...

Yeah good job there! Seems we could do this "properly" out if the box, but we should put some thinking into that first. If we do officially support multiple entries,...

@DriesOeyen What i wonder is.. what's your use case? Why do you actually need separate entries? I understand separate entries as useful in web development, but I don't quite understand...

I'm currently experimenting with an app-launcher setup where react-router sits in the root, and there are multiple "apps" for multiple routes, each with a lazy import. I hope I will...

@DriesOeyen not sure whether you're working with react, but check out the project I started. I'm trying to implement everything I learned from the issues of the last year. https://github.com/loopmode/react-desktop

Hi @ThisNameNotUsed That's a lot of info, and I must admit that I didn't try to redroduce and I'm not trying to directly follow up (yet). Instead, what I did...

Hi. Unrelated to the actual issue or solution, but did you maybe swap the descriptions on the working and non-working hmr console logs? Looks as if the one that's working...

Okay, so I did some digging, and found some interesting things. I'm on Windows too. So, first of all, I never cared much about main process HMR - I only...