Skip to content

Commit

Permalink
chore(components): Include source map with minified sources (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jul 6, 2023
1 parent fc49b5b commit 64de13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ component_js_dependency <- function(name, minified = NULL) {
version = get_package_version("bslib"),
package = "bslib",
src = file.path("components", "dist", name),
all_files = !minified,
all_files = TRUE,
script = paste0(name, if (minified) ".min", ".js")
)
}

0 comments on commit 64de13a

Please sign in to comment.