parcel-bundler / lightningcss

An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.
https://lightningcss.dev
Mozilla Public License 2.0
6.55k stars 190 forks source link

license comment `/*! ... */` will be removed when minify. #830

Closed r-plus closed 3 weeks ago

r-plus commented 1 month ago

I expected all of the license comment (start with /*!) will not removed when minify. But lightningcss v1.27.0 is only keep the first license comment. Is this expected behavior?

Playground

devongovett commented 3 weeks ago

It will retain multiple but only if you put the license comments at the top, before any other rules.