Looks like the loader is not being able to resolve url with alias. It's trying to load a module with a duplicated url.
Instead of ../../../sprites/leagues/~sprites/leagues/official_store@2x.png
Should be ../../../sprites/leagues/official_store@2x.png
| Resolved |
Alias |
| ../../../sprites/leagues/ |
~sprites/leagues/ |
ERROR in ./src/ui/base-styles/themes/xxx/index.scss
Module not found: Error: Can't resolve '../../../sprites/leagues/~sprites/leagues/official_store@2x.png' in
Btw, It's working fine with css-loader
Looks like the loader is not being able to resolve url with alias. It's trying to load a module with a duplicated url.
Instead of
../../../sprites/leagues/~sprites/leagues/official_store@2x.pngShould be
../../../sprites/leagues/official_store@2x.pngBtw, It's working fine with css-loader