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

CSS Loader

Results 40 css-loader issues
Sort by recently updated
recently updated
newest added

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Webpack 2 support tree shaking and removal of dead code but this does...

type: Feature
priority: 5 (nice to have)
status: Needs triage
semver: Major

A worked code sample for https://dev.to/denisx/reduce-bundle-size-via-one-letter-css-classname-hash-strategy-10g6 Improving bundle compression to 40% of filesize via change standard css classname hash for splitting to one-letter name strategy and filepath. webpack ``` //...

type: Feature
priority: 5 (nice to have)
semver: Minor

Previously discussed in #143 , but that solution has not worked for a long time. - Operating System: ubuntu - Node Version: v12.5.0 - NPM Version: yarn 1.16.0 - webpack...

type: Feature
severity: 4 (inconvenient)
priority: 5 (nice to have)
semver: Minor

Reported in #883 . I'm having an issue when trying to import `bootstrap-sass` on my project with css-loader. It works with css-loader v1.x. * Operating System: MacOS * Node Version:...

type: Feature
severity: 5 (confusing)
priority: 5 (nice to have)
semver: Patch

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

### Feature Proposal Support multiple composes ### Feature Use Case Above ### Please paste the results of `npx webpack-cli info` here, and mention other relevant information No need

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...

### Bug report ### Actual Behavior When having @layer definition in top of a css file, and @import statements (that imports css into some of those layers) later in that...

type: Bug

Makes running css-loader with advanced filter settings in worker possible. This PR contains a: - [ ] **bugfix** - [X] new **feature** - [ ] **code refactor** - [ ]...