v8.0.1
🐛 Bug Fixes
Missing Loader Dependencies
- Added missing loader dependencies that were accidentally removed in v8.0.0:
-
Test Coverage Improvements
- Added comprehensive test coverage for Less and Svelte processing
- Created 6 new tests for Less loader functionality
- Created 6 new tests for Svelte component compilation
- Updated CI to run all tests including slow tests to prevent future regressions
Code Improvements
- Removed non-deterministic
installPathfrom result output - Updated test ranges to accommodate minor size variations
- All 120 tests now passing
📦 What's Changed
- Fixed CSS/SCSS/Less/Svelte processing that was broken in v8.0.0
- Ensured CI will catch missing loader dependencies in the future
Full Changelog: v8.0.0...v8.0.1