Skip to content

v2.2.14

Compare
Choose a tag to compare
@indooorsman indooorsman released this 13 Apr 08:36
· 80 commits to main since this release

Lock @parcel/css version to 1.7.3, there's a breaking change from 1.7.3 to 1.7.4, the position of hash in selector changed, e.g.:

  • in @parcel/css@1.7.3: .some-class ==> .some-class_[hash]
  • in @parcel/css@1.7.4: .some-class ==> .[hash]_some-class

Full Changelog: v2.2.13...v2.2.14