Skip to content

Commit 25f226b

Browse files
committed
fix(vidstack): cdn bundle should include fscreen
1 parent 6baa812 commit 25f226b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vidstack/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function defineCDNBundle({
240240
outDir: dir,
241241
deps: {
242242
neverBundle: CDN_EXTERNAL_PACKAGES,
243-
alwaysBundle: [/^lit-html/, /^@floating-ui/],
243+
alwaysBundle: ['fscreen', /^lit-html/, /^@floating-ui/],
244244
},
245245
define: {
246246
...(base.define as Record<string, string>),

0 commit comments

Comments
 (0)