I am trying to deploy React application to CloudFlare pages. Before that I deployed it on GitHub pages and everything is working fine.
When I try to deploy on CloudFlare this is the error I got:
SassError: Can't find stylesheet to import.
18:17:14.016 ╷ 18:17:14.016 4 │ @import "../components/homepage/header/header.scss"; 18:17:14.017 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18:17:14.017 ╵ 18:17:14.018 src/styles/main.scss 4:9 root stylesheet
Anyone know what is the issue?
I tried setting absolute path also: @import "components/homepage/header/header.scss"; but it didn't help.