JeB
JeB
First of all great to hear, excellent job! That means I can drop the `greenkeeper-lockfile` package now. However the issue with pull requests still stays. Although lock files are supported...
> Since both test and loader won't match for the first one, I would expect it to go with the default behavior and merge as separate rules within the same...
Actually, not quite correct... The `test` matches but the `loader` doesn't. But `exclude` is the `test`'s sibling, not a child, so I'm not sure what's the expected behavior. I mean,...
So what would it be? Two separate entries in the `rules` array or something else?
Looking forward to seeing it! Thanks!
Another question. What if we had a match in both test and loader but had additional fields that are different (like `exclude` and `include`). How should it behave then? ```ts...
Doesn't it contradict a bit the previous example? On one hand, we say that if there is just a partial match, (like in the first post) then we go with...
I've tried both this patch and #220, none of them seem to be working. Getting `Service worked registration failed` with `Uncaught TypeError: Cannot read properties of null (reading 'runtime')` because...
@iantanwx @rushilsrivastava are your forks up to date with master? What I did essentially is taking these patches and applying them on a latest local version of `webpack-ext-reloader`. There is...
Any news guys?