In version 0.6.5, running `sbt fastOptJS fullOptJS` used to produce both -jsdeps.js and -jsdeps.min.js. After upgrading to 0.6.6 and 0.6.7, the -jsdeps.min.js stopped being generated. After further investigating, I could see that - running `sbt fastOptJS` (without `fullOptJS`) would produce just the -jsdeps.js -- as expected. - running `sbt fullOptJS` (without `fastOptJS`) would produce just the -jsdeps.min.js, but not -jsdeps.js. - running `sbt fastOptJS fullOptJS` would produce just the -jsdeps.js, but not -jsdeps.min.js. Please check this repository for reproducing the bug: https://github.com/gabriel-bezerra/scalajs-067-minified-jsdeps-bug