-
-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Description
As continue of issue #382 there is a problem in sass-loader or webpack with resolving .scss files in
scoped npm packages (node_modules/@org/pkg) if there no explicit importing path, sass-loader will
not recognize package in node_modules and throw File to import not found or unreadable: ... error. Also, to note there is no error when using simply css-loader to resolve .css files.
See example: https://github.com/vanesyan/webpack-npm-scope-css-import-issue
Reactions are currently unavailable