com-lihaoyi / mill

Mill is a fast JVM build tool that supports Java and Scala. 2-4x faster than Gradle and 4-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible
https://mill-build.org/
MIT License
2.22k stars 356 forks source link

Add `isFullLinkJS` parameter to `scalaJSMinify` #4005

Open arturaz opened 21 hours ago

arturaz commented 21 hours ago

Do not minify fast link JS by default, because that makes it harder to debug the application code in development.

I did not figure out a way to make this backwards compatible, so that existing builds that override def scalaJSMinify wouldn't have to update the method signature.

Discord discussion.