Webpack doesn't bundle images correctly
Closed this issue · 0 comments
dlabaj commented
When performing a production build I noticed that there images where not getting base64 encoded or copied to the dist directory during the build. The images remained in the original folder /assets/images. Since products would deliver what's in the dist directory we should update the build to copy the images over to the dist directory.