You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this article, it seems that scalajs-bundler is no longer the way to go. However, it's not clear what the path forward is, as that article describes interop with vite.js, which we are not using right now.
At least the following modules are currently unmodified and could be included at build time:
Right now, we include JavaScript files directly in our build, and not as modules.
Top-level files, properties describing a JS baseline, and XBL components express dependencies on JavaScript files directly.
webjars could work, and still appears maintained, but it doesn't seems to be "the future". This would allow us to download JAR containing JavaScript files, and then, through some build magic, include the assets into our artifacts.
See also #3897, which discusses
scalajs-bundler
.Based on this article, it seems that
scalajs-bundler
is no longer the way to go. However, it's not clear what the path forward is, as that article describes interop withvite.js
, which we are not using right now.At least the following modules are currently unmodified and could be included at build time:
The text was updated successfully, but these errors were encountered: