fast-css-loader icon indicating copy to clipboard operation
fast-css-loader copied to clipboard

blazingly fast css loader for webpack

Results 2 fast-css-loader issues
Sort by recently updated
recently updated
newest added

Syntax Error: TypeError: this.getOptions is not a function error in ./src/styles/theme/index.css

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]` |...