We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa3e53 + 0ac1c23 commit fe55064Copy full SHA for fe55064
_posts/news/2020-05-18-announcing-scalajs-1.1.0.md
@@ -111,6 +111,12 @@ object LogoPage {
111
112
## Miscellaneous
113
114
+### fastOptJS/fullOptJS invalidates when linker config changes
115
+
116
+Previously, changing the linker config would not automatically trigger re-linking.
117
+A manual `clean` (or removing the `.js` file) was required.
118
+The sbt plugin now automatically detects changes to the linker config and invalidates the generated file if necessary.
119
120
### Upgrade to GCC v20200315
121
122
The Google Closure Compiler used internally by Scala.js for `fullOptJS` has been upgraded to v20200315.
0 commit comments