Releases: webpack-contrib/mini-css-extract-plugin
Releases · webpack-contrib/mini-css-extract-plugin
v2.4.6
2.4.6 (2022-01-06)
Bug Fixes
- crash when
publicPath
is function (#881) (41bd828)
- do not allow absolute path in the
chunkFilename
option (#879) (36e04ab)
- do not allow absolute path in the
filename
option (#878) (76361df)
v2.4.5
2.4.5 (2021-11-17)
Chore
- update
schema-utils
package to 4.0.0
version
v2.4.4
2.4.4 (2021-11-04)
Bug Fixes
v2.4.3
2.4.3 (2021-10-21)
Bug Fixes
v2.4.2
2.4.2 (2021-10-07)
Bug Fixes
- endless apply of loaders, leading to memory allocation failure (#849) (94ad699)
v2.4.1
2.4.1 (2021-10-05)
Bug Fixes
v2.4.0
2.4.0 (2021-10-05)
Performance
- migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack
5.52.0
(recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule
option)
Features
- added support for
supports()
and layer()
in @import
at-rule (#843) (e751080)
Bug Fixes
- crash with the
exportLocalsConvention
option (#844) (0f8d501)
v2.3.0
2.3.0 (2021-09-11)
Features
v2.2.2
2.2.2 (2021-09-01)
Bug Fixes
experimentalUseImportModule
works with new URL(...)
syntax (cf81c4b)
v2.2.1
2.2.1 (2021-08-31)
Bug Fixes
- order of
@import
with the output.pathinfo
option (#815) (831f771)
- source map generation with the
output.pathinfo
option (#817) (f813b4c)