Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply formatting changes
  • Loading branch information
Juice10 authored and github-actions[bot] committed Sep 5, 2025
commit 469eb8c048cf4b6bf0f105b18809c34c06791511
2 changes: 1 addition & 1 deletion vite.config.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function minifyAndUMDPlugin({
outDir,
});
// Workaround because jsdelivr does use correct mime types for .umd.cjs
// More info: https://github.com/jsdelivr/jsdelivr/issues/18584 https://github.com/rrweb-io/rrweb/pull/1704
// More info: https://github.com/jsdelivr/jsdelivr/issues/18584 https://github.com/rrweb-io/rrweb/pull/1704
copyFileSync(
outUmd,
`${outputFilePath.replace('/dist/', '/umd/')}.js`,
Expand Down