Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

There's a piece like `search.assets` in the code. I imagine you would apply additional `.filter` where to check each asset against an `include` rule. This works if you can figure...

Can you simplify your earlier demo project to showcase this issue? It's easier to see where it fails then.

> I am on it, note that purification does not really fail, it just strips away too much. Yeah, sounds like it's missing some classes. It's either missing files or...

Thanks. Can you point out a specific class that's missing from the build result?

I think I understand a little better now what's going on. The relationship between the code and flexboxgrid is implicit through `const { Grid, Row, Col } = require('react-flexbox-grid');`. It's...

Yup, but given the import is on package side, the current setup doesn't pick it up I think. That said, perhaps setting `moduleExtensions: ['.css']` would be worth a go. I...

Alright, so `moduleExtensions` is like that already. I know where to look now. In the meantime, you can try enabling the `verbose` mode to see what it exactly matches. I...

Yeah. I think I'll just expose the filtering mechanism better. More control then.

Ok, I'm a bit busy now (till Friday at least), but if someone wants to give it a stab, feel free. I think I would start from expanding the current...

Hi, There's not enough information to say anything conclusive. I would need a tiny project to look at. Maybe setting `verbose` would give some insight. One option is that it's...