Answers for "module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):"

0

module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):

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";
Posted by: Guest on March-11-2021

Code answers related to "module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):"

Browse Popular Code Answers by Language