-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I am having issues with image asset paths during development and production.
During dev, if i do import logo from './logo.svg
this becomes => 1230981023.png
.
During build, import logo from './logo.svg
this becomes => /dist/1230981023.png
.
This may have to do with a public URL issue during dev but i'm not sure.
will-stone, cktang88, klapouchy, sudhakar, wenpengfei and 2 morequaos