An extremely fast JavaScript and CSS bundler and minifier
-
Updated
Feb 9, 2022 - Go
Add a description, image, and links to the minifier topic page so that developers can more easily learn about it.
To associate your repository with the minifier topic, visit your repo's landing page and select "manage topics."
As of #44 we have a basic CLI. Currently it can minify and output to stdout or a file, but might be nice to add a few more features.
--targetsoption. Could accept a browserslist and convert them to Parcel CSS targets withbrowserslist-rs(see #37).--sourcemapoption. Should output a source map file in addition to a css file, and add asourceMappingUrlcomment to the CSS.