Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

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 array....

Yeah, I need to add some test for this case to lock the behavior. > On 16.12.2020, at 20:22, JeB wrote: > >  > Actually, not quite correct... The...

Two separate entries might be the least surprising choice. > On 16.12.2020, at 20:43, JeB wrote: > >  > So what would it be? Two separate entries in the...

@just-jeb That's a good one I need to test. I think it **should** merge those two matches and fall back to the default merge behavior for anything outside of the...

I think I have to add a bit of logic to catch the nested `append` case. Thanks for the heads up.

No update. A PR would be very welcome. > On 3. Nov 2021, at 14.46, Mohamed Akram ***@***.***> wrote: > >  > Any update on this? > > —...

Can you try against vanilla purify so we can rule out a plugin specific issue?

Yeah, let's close. Thanks. 👍

Can you see anything in the verbose output?

Ok, that print comes from https://github.com/webpack-contrib/purifycss-webpack/blob/master/src/index.js#L41 . You could dig into the query above to understand why the results are empty. Maybe there are no css files to look up...