Skip to content

v2.4.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 05 Oct 20:41
· 144 commits to master since this release

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)