Skip to content

-jsdeps.min.js not produced anymore after upgrading from 0.6.5 to 0.6.6 and 0.6.7 #2243

@gabriel-bezerra

Description

@gabriel-bezerra

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

Metadata

Metadata

Assignees

Labels

bugConfirmed bug. Needs to be fixed.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions