mini-css-extract-plugin
mini-css-extract-plugin copied to clipboard
Lightweight CSS extraction plugin
### 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  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/', },...