Skip to content

Commit

Permalink
feat(player): export core and globals from cdn entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Apr 8, 2024
1 parent b883828 commit 02058f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vidstack/src/elements/bundles/cdn/player.core.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import '../player';
import '../player-ui';
import '../../../global/player';

export * from '../../../core/index';
export * from '../../../global/player';
3 changes: 3 additions & 0 deletions packages/vidstack/src/elements/bundles/cdn/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ import '../player-layouts/default';
import '../player-ui';
import '../icons';
import '../../../global/player';

export * from '../../../core/index';
export * from '../../../global/player';
3 changes: 3 additions & 0 deletions packages/vidstack/src/elements/bundles/cdn/plyr.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import '../player';
import '../player-layouts/plyr';
import '../../../global/plyr';

export * from '../../../core/index';
export * from '../../../global/plyr';

0 comments on commit 02058f8

Please sign in to comment.