I am trying to deploy in netlify with GitHub.
This my repo: GitHub - Apu-Emdad/E-Mart-Client
I am trying to deploy the master branch.
I am getting this error:
Could not resolve ../Assets/CSS/ProductList.css from src/Pages/ProductList.jsx
11:14:09 AM: file: /opt/build/repo/src/Pages/ProductList.jsx
11:14:09 AM: error during build:
11:14:09 AM: RollupError: Could not resolve ../Assets/CSS/ProductList.css from src/Pages/ProductList.jsx
11:14:09 AM: at error (file:///opt/build/repo/node_modules/rollup/dist/es/shared/node-entry.js:2245:30)
11:14:09 AM: at ModuleLoader.handleInvalidResolvedId (file:///opt/build/repo/node_modules/rollup/dist/es/shared/node-entry.js:24736:24)
11:14:09 AM: at file:///opt/build/repo/node_modules/rollup/dist/es/shared/node-entry.js:24698:26
So far, I haven’t found any case-sensitivity isue. You can still look up to the repo (master branch). What is the solution of the issue?