proper release of lightningcss
Currently there seem to be only pre-release versions of lightningcss: https://crates.io/crates/lightningcss/versions
That makes is pretty problematic re-using it as a dependency.
It would be great if there could be a release, even if that's "just" a 0.x release.
It's honestly weird that, in my package.json, I get lightningcss 1.24.1, but when I do node_modules/.bin/lightningcss --version, I get "lightningcss 1.0.0-alpha.55".
I thought I had the wrong version.
It's honestly weird
Difference of the Rust crate vs JS package releases.
https://github.com/parcel-bundler/lightningcss/blob/baa1a2b7fa52eeb3827f8edcc2e14de33cd69ad0/Cargo.toml#L15
https://github.com/parcel-bundler/lightningcss/blob/baa1a2b7fa52eeb3827f8edcc2e14de33cd69ad0/package.json#L3