#err: file not found when importing fonts
27 messages · Page 1 of 1 (latest)
i checked it multiple time it's correct!!!
there is space between words thats why am using \
i moved css into another file , now file not found for css file
how you named the css file
do you know how webpack works?
index.css
not exactly, but i think am not doing anything wrongly here !!!
you are
could you point it out please
when running app in dev mode
webpack handle it
from dev server
so path cant be with ../../..
in production most likely path is wrong and you dont have font files in final build
so how to fix that ?
correctly setup webpack
hmmmm
i have used '../../../' in several other places and worked just fine
am using electron-forge with webpack
it's still webpack
ok thanks