Closed nepster-web closed 3 years ago
Are you sure that the images are at the place where webpack expects them to be?
no, there are no pictures in _sections folder.
My structure looks like this:
public
src
I don't need additional processing for images, so the images are in folder public/images/...
I tried to recreate it and got the same error. You should be able to fix it by using /images/icons/phone.svg
instead of ./images/icons/phone.svg
. This forces webpack to just paste the absolute path instead of searching for the file.
I don't know if it really is the best solution, but in your case it should be working. The way webpack works i don't think i can do something about it anyway.
until now I have not used a web server. apparently need to connect
thank you very much.
I have main html file, and I include _footer.html
main.html
_footer.html:
so, I see next errors:
why it happens ?