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

Hi Team, We are using "mini-css-extract-plugin": "2.2.0", "webpack": "^5.42.0" which is creating css build as expected on Mac machine however when creating build on window 10 machine with same dependencies...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

### Bug report Missing assets in entrypoint.auxiliaryAssets part of stats object in production mode if experimentalUseImportModule option is true and assets are part of an file imported in main entrypoint...

### Bug report ```js { module: { // mini-css-extract-plugin HookWebpackError: Invalid URL: /assets/logo.635a60f2.jpg generator: { asset: { publicPath: '/', }, }, }, output:{ publicPath:'auto' } } ``` ### Actual Behavior...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

### Bug report ### Actual Behavior The build enters an infinite loop, the child compilation calling itself in a recursive way. ### Expected Behavior The compilation should finish ### How...

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

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

### Modification Proposal ### Expected Behavior / Situation My expectation for HMR implementation is to be as little intrusive into DOM as possible. I believe, to reload CSS chunk it...