fix(icons): use icon exports in ejected skins (#1489)

This commit is contained in:
Sam Potts
2026-04-29 16:05:35 +10:00
committed by GitHub
parent 8e2b7e4f6d
commit d0b36ed5b8
49 changed files with 472 additions and 346 deletions
+2 -1
View File
@@ -296,7 +296,8 @@ function ejectedHtmlPage(): string {
// Path from pages/ to the site content
const jsonPath = '../../../../../../site/src/content/ejected-skins.json';
return `import '@videojs/html/video/ui';
return `import '@videojs/html/icons/element';
import '@videojs/html/video/ui';
import ejectedSkins from '${jsonPath}';
interface EjectedSkinEntry {