Hi,
I tried to build the project in linux, which has a case sensitive file system, and I got
Module not found: Error: Can't resolve './RestRequestButton.scss' in '/home/<OMITTED>/source/repos/Matteo/DevOpsWorkItemRESTRequestButton/src/Components/RESTRequestButton'
I find out that the issue is caused by the following line which reference the .scss file with a name that has a different case: Rest instead of REST.
Hi, I tried to build the project in linux, which has a case sensitive file system, and I got
I find out that the issue is caused by the following line which reference the .scss file with a name that has a different case:
Rest
instead ofREST
.https://github.com/Zt-freak/DevOpsWorkItemRESTRequestButton/blob/a29af3f835fcf1c8a2a21afb1444b671d2726c0d/src/Components/RESTRequestButton/RESTRequestButton.tsx#L5