Results 86 comments of Ben Briggs

@jeddy3 caniuse-lite is much smaller on disk, though it remains to be seen if it will improve performance. I hope that it does, but of course there is a small...

I would also like documentation to find the nearest `package.json` when not run in the root directory; I can't run it in the root because then it would try to...

You could also have a `packs` property for each plugin (array type) that would list the packs that the plugin belongs to. :smile:

Alright, I'll send a patch for cssnano's plugins. :smile:

We can get the other by code, surely?

I mean that you can infer the relationship between the pack & each of its plugins without needing two properties, whichever you choose.

I already started using the `packs` property in the last pull request, so I would go with that. :smile:

Do you mean that if `isEmpty` returns `true` you want to return a default value? ```js const isEmptyOr = value => ifElse(isEmpty, T, always(value)) isEmptyOr('A')('') // => true isEmptyOr('A')('B') //...

+1 to static site generators, I'm using https://phenomic.io/ for cssnano's docs and it's great! 😄

@stefanjudis Are you sure about a custom solution? There's like a billion pre-made solutions out there. 😄 https://www.staticgen.com/