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 d8668ef + f8c0c26 commit fbaebaaCopy full SHA for fbaebaa
doc/USAGE.md
@@ -27,7 +27,7 @@ Setup
27
libraryDependencies += "com.github.japgolly.scalajs-react" %%% "core" % "0.9.2"
28
29
// React.JS itself
30
- // Note the JS filename. Can also be react.js, react.min.js, or react-with-addons.min.js.
+ // Note the JS filename. Can also be "react/0.12.2/react.js", "react.min.js", or "react-with-addons.min.js".
31
jsDependencies +=
32
"org.webjars" % "react" % "0.12.2" / "react-with-addons.js" commonJSName "React"
33
```
0 commit comments