You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just clone the repro => npm install => npm start.
This error is displayed in the terminal:
Errors for vendor bundle
→ ERROR Asset reference "components.css" has failed to resolve in module "default"
It's just not working. My own project has the same issue. The images are displayed correctly in this git project, because src and dist are both on the root level.
I will change this for my project too (atm it's ./ClientApp and wwwroot/dist). In my project the images are not displayed, because the img-path is set to assets/XXX.png and not resolved correctly.
The text was updated successfully, but these errors were encountered:
Just clone the repro => npm install => npm start.
This error is displayed in the terminal:
It's just not working. My own project has the same issue. The images are displayed correctly in this git project, because
src
anddist
are both on the root level.I will change this for my project too (atm it's
./ClientApp
andwwwroot/dist
). In my project the images are not displayed, because theimg
-path is set toassets/XXX.png
and not resolved correctly.The text was updated successfully, but these errors were encountered: