Misconfiguration of images
Opened this issue · 0 comments
jchome commented
Hello !
I've followed the tutorial on https://dev.to/theola/electron-app-with-webpack-bootstrap-fontawesome-and-jquery-a-complete-guide-54k2
. I have a problem with image from the SCSS file: it's not loaded in the electron app.
The JPEG file is loaded as "http://localhost:3000/d1dbf25bbcf79d95df4d.jpg"
And this file is not a "jpg" image. Its content is:
export default __webpack_public_path__ + "70920304fa5965c84d1c7ee71d2fdf41.jpg";
And the file "http://localhost:3000/70920304fa5965c84d1c7ee71d2fdf41.jpg" is my image. What is missing in the configuration?