jonkemp / inline-css

Inline css into an html file.
MIT License
429 stars 84 forks source link

Using cheerio 0.19.0 which imports all of lodash #71

Closed doug-numetric closed 6 years ago

doug-numetric commented 6 years ago

If you could update to cheerio 0.22.0, the resulting bundle size would be a lot smaller because it cherry-picks only the lodash methods it needs.

jonkemp commented 6 years ago

Updating cheerio breaks the unit tests. I need to investigate that.

jonkemp commented 6 years ago

Fixed 7de9eb7ee64541e8af9bd093bceb7434d8f6685f.