Skip to content

Commit

Permalink
change js to cjs to match vite output
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Jan 18, 2024
1 parent 7d457d7 commit 6812167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ html_dependency_reacttools <- function(){
src = "www/react-tools",
version = "2.0.0",
package = "reactR",
script = c("react-tools.umd.js")
script = c("react-tools.umd.cjs")
)
}

Expand Down

0 comments on commit 6812167

Please sign in to comment.