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
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.
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.