Closed rushi3691 closed 1 month ago
Hi there, thanks to your report but sorry that I cannot reproduce this issue. The relative import of images in .scss
files works fine on my local machine.
Besides, I found your error message is caused by file src/components/CommonForBoth/rightbar.scss
but not src/assets/scss/custom/pages/_authentication.scss
, are you sure the relative directory is proper?
Steps to reproduce
i'm trying to migrate it from a private codebase, i don't have any other way to reproduce it full report it mentioned below
Reproduce link
No response
What is actually happening?
i'm migrating from CRA to farm
this is the code from file src/assets/scss/custom/pages/_authentication.scss
this, importing image, is working is CRA,
but when i migrate from CRA to farm, it says path not found for the image
but when i change the path, as
,its working
i don't want to change the code to keep it compatible with old ways
here's the directory structures
and for assets folder
error:
farm.config.js
System Info