Skip to content

Commit a5de514

Browse files
authored
Merge pull request #44 from sjrd/add-scaladoc-link
Add link to the Scaladoc.
2 parents e3950f5 + 1db0fc2 commit a5de514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ scalaJSLinkerConfig ~= { _.withESFeatures(_.withUseECMAScript2015(false)) }
1919

2020
The last line is needed because Scala.js emits ECMAScript 2015 code by default,
2121
but PhantomJS only supports ES 5.1.
22+
23+
See [the Scaladoc](https://javadoc.io/doc/org.scala-js/scalajs-env-phantomjs_2.13/latest/org/scalajs/jsenv/phantomjs/index.html) for other configuration options.

0 commit comments

Comments
 (0)