Skip to content

Commit 6812167

Browse files
change js to cjs to match vite output
1 parent 7d457d7 commit 6812167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/dependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ html_dependency_reacttools <- function(){
8282
src = "www/react-tools",
8383
version = "2.0.0",
8484
package = "reactR",
85-
script = c("react-tools.umd.js")
85+
script = c("react-tools.umd.cjs")
8686
)
8787
}
8888

0 commit comments

Comments
 (0)