Jillian
Jillian
It looks to me as if the images are only getting added if they're declared as icons.
@samuelsimoes actually it seems that other things are not syncing as well. For example, if you add css to content scripts, the css also does not end up in the...
@pierroberto I played around with this a bit, and it seems that if the files are mentioned in imports ([example](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/blob/master/src/js/background.js)), then they are automatically included.
Any updates on this issue?
@jasonkuhrt Could you explain more about the `postinstall` hook?
The issue is that the types [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/mailparser/index.d.ts) for `to`, `cc`, and `bcc` are incorrect. They should be `AddressObject | undefined`. `AddressObject[]` type is is what is giving you the type...