fix: avoid vite optional stream import resolution

This commit is contained in:
hibna
2026-02-13 05:16:02 +03:00
parent ab1135ef74
commit 69d7706967
6 changed files with 32 additions and 10 deletions
+12
View File
@@ -7,6 +7,18 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
## [Unreleased]
## [3.0.1] - 2026-02-13
### Changed
- Updated `baseline-browser-mapping` to the latest version to refresh Baseline data.
### Fixed
- Fixed Vite import-analysis failures for optional stream libraries by switching to runtime dynamic imports with `@vite-ignore` in `hlsLoader`, `rtmpLoader`, and `mpegtsLoader`.
- Preserved CDN fallback behavior when `hls.js`, `flv.js`, or `mpegts.js` are not installed locally.
- Ensured examples build flow remains stable with optional streaming dependencies.
## [3.0.0] - 2026-02-13
### Added