tris-webpack-boilerplate icon indicating copy to clipboard operation
tris-webpack-boilerplate copied to clipboard

Images are not shown on production build

Open okansahin opened this issue 4 years ago • 1 comments

Hello,

I'm using images in html with this path, there is no problem in development mode but in production these images are not shown and doesn't copy to images folder. But I have used the images in SCSS are shown and copied with 'images/xxx.svg' path.

<img src="src/images/clients/logo.png" alt="logo"/>

Do you have any idea with this?

okansahin avatar Nov 09 '20 14:11 okansahin

Have you run npm build?

jopfre avatar Jan 26 '21 18:01 jopfre