### OS? > Mac OSX El Capitan ### Versions. > 1.0.0-beta.26 ### Repro steps. > Added images in src/app/componenet/images and added links to them from HTML The images are shown properly in dev mode but once built, they are missing. Looks like none of the images referenced in css/html are passing through webpack image loader and thus are not base64'ed nor copied over.. I would love to keep the images with the component and __not__ use assets/ for that. What am I missing? Thanks in advance