mini-css-extract-plugin
mini-css-extract-plugin copied to clipboard
Lightweight CSS extraction plugin
### Bug report It looks like `mini-css-extract-plugin` duplicates errors from postcss-plugin, making it less readable. ### Actual Behavior ```shell > npm run build > [email protected] build > webpack build --mode=production...
This PR contains a: - [+ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [...
This PR contains a: - [ ] **bugfix** - [ ] 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: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
### Bug report mini-css-extract-plugin >= 2.9.0 will prefetch initial css chunk unexpected ### Actual Behavior ### Expected Behavior there is no need to prefetch this chunk, because it's a initial...
### Bug report ### Actual Behavior Although this loader does support `resolve.alias` at the top level of the Webpack config, it seems [module-specific aliases](https://webpack.js.org/configuration/module/#ruleresolve) are ignored (`module.rules[i].resolve.alias`). This results in...