📌  相关文章
📜  模块构建失败(来自 .node_modules mini-css-extract-plugin dist loader.js): - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:04.285000             🧑  作者: Mango

代码示例1
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";