tris-webpack-boilerplate
tris-webpack-boilerplate copied to clipboard
Images are not shown on production build
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?
Have you run npm build?