📅  最后修改于: 2022-03-11 14:57:04.285000             🧑  作者: Mango
This issue happens because of webpack resolve.alias not works
To solve this issue we can use the asolute path.
In my case
Currently, I am in Projects\B\src\help\css
and requiring file from node_Modules
/Project/A/src/typography/css/qx-typography.css
so my path be like (**Absolute Path**)
../../../../node_modules/Project/A/src/typography/css/qx-typography.css";