mini-css-extract-plugin icon indicating copy to clipboard operation
mini-css-extract-plugin copied to clipboard

Lightweight CSS extraction plugin

Results 87 mini-css-extract-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

### Bug report ## CSS with [contenthash] not refreshing with HMR, webpack-dev-middleware ### 1. We see our stylesheet loaded in the document with the expected CSS. ### 2. We make...

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

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

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

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

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

### Feature Proposal I see that the whole directory is merged to one css file ![image](https://github.com/webpack-contrib/mini-css-extract-plugin/assets/1573141/afce6942-0086-4eb7-9ef9-be1d945b8f92) I use provided example: ```js const path = require(["path"](https://nodejs.org/api/path.html)); const MiniCssExtractPlugin = require(https://github.com/webpack-contrib/mini-css-extract-plugin); module.exports...

### Bug report The mini-css-extract-plugin prevents webpack from resolving URLs to the emitted CSS asset. Instead, this is resolved to the JS chunk, which contains no data. The expected result...

### Feature Proposal Use `output.cssFilename` as default filename, I know `cssFilename` is used for `experiments.css`, but it would be great if it can also used for this plugin ### Feature...

### Bug report ### Actual Behavior For begin I set a publicPath for my assets (ex fonts) : ``` test: /\.(eot|ttf|otf|woff|woff2)$/i, type: 'asset/resource', generator: { publicPath: '/dist/fonts/', outputPath: './fonts/', },...