fix: avoid vite optional stream import resolution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user