File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,9 @@ object ScalajsReact extends Build {
8383
8484 def useReactJs (scope : String = " compile" ): PE =
8585 _.settings(
86- jsDependencies += " org.webjars.npm" % " react" % " 0.14.0" % scope / " react-with-addons.js" commonJSName " React" ,
87- jsDependencies += " org.webjars.npm" % " react-dom" % " 0.14.0" % scope / " react-dom.js" commonJSName " ReactDOM" ,
88- // jsDependencies += "org.webjars.bower" % "react" % "0.14.0" % scope / "react-with-addons.js" commonJSName "React",
89- // jsDependencies += "org.webjars.bower" % "react" % "0.14.0" % scope / "react-dom.js" commonJSName "ReactDOM",
90- jsDependencies += " org.webjars" % " sizzle" % " 2.1.1" % scope / " sizzle.min.js" commonJSName " Sizzle" ,
86+ jsDependencies += " org.webjars.npm" % " react" % " 0.14.0" % scope / " react-with-addons.js" commonJSName " React" minified " react-with-addons.min.js" ,
87+ jsDependencies += " org.webjars.npm" % " react-dom" % " 0.14.0" % scope / " react-dom.js" commonJSName " ReactDOM" minified " react-dom.min.js" dependsOn " react-with-addons.js" ,
88+ jsDependencies += " org.webjars" % " sizzle" % " 2.1.1" % scope / " sizzle.min.js" commonJSName " Sizzle" ,
9189 skip in packageJSDependencies := false )
9290
9391 def addCommandAliases (m : (String , String )* ) = {
You can’t perform that action at this time.
0 commit comments