v2.2.14
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