BundleTransformer.JsMin contains one minifier-adapter for minification of JS code - `CrockfordJsMinifier`. `CrockfordJsMinifier` is based on the C# port of Douglas Crockford's JSMin.
$ dotnet add package BundleTransformer.JsMinBundleTransformer.JsMin contains one minifier-adapter for minification of JS code - CrockfordJsMinifier.
CrockfordJsMinifier is based on the C# port of Douglas Crockford's JSMin version of October 30, 2019.