10000 Correction in Scala.js docs by armanbilge · Pull Request #821 · VirtusLab/scala-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Correction in Scala.js docs #821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/guides/scala-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sidebar_position: 21

Scala CLI can compile, run, test, and package Scala.JS sources.

One caveat is that Scala CLI doesn't have support for JS linkers (such as [webpack](https://webpack.js.org))
One caveat is that Scala CLI doesn't have support for JS bundlers (such as [webpack](https://webpack.js.org))
like [scalajs-bundler](https://github.com/scalacenter/scalajs-bundler) has.
For this, you'll have to handle linking yourself, with the `.js` file generated by `scala-cli`.
For this, you'll have to handle bundling yourself, with the `.js` file generated by `scala-cli`.

In order to run Scala.JS sources, `node` is required.

Expand Down Expand Up @@ -97,4 +97,4 @@ The table below lists the last supported version of Scala.JS in ScalaCLI. If you
| 0.0.9 | 1.7.1 |
| 0.1.0 | 1.8.0 |
| 0.1.1 | 1.8.0 |
| 0.1.2 | 1.8.0 |
| 0.1.2 | 1.8.0 |
0