You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./src/ui/base-styles/themes/xxx/index.scss
Module not found: Error: Can't resolve '../../../sprites/leagues/~sprites/leagues/[email protected]' in
Btw, It's working fine with css-loader
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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/[email protected]
Should be
../../../sprites/leagues/[email protected]
Btw, It's working fine with css-loader
The text was updated successfully, but these errors were encountered: