v6.6.0
Features
- Raw file imports: Import any file as raw text content using the
?rawquery parameter (#694)import readme from './README.md?raw' // Import as string import config from './config.json?raw' // Import as string (not parsed)
Fixes & Improvements
- 🐛 Bug Fixes: Fixed empty build state logging to provide clearer output (#693)
- 🔧 Improvements: Enhanced
?rawimports with Windows line ending normalization and async file reading (#695) - Dependencies: Updated upstream dependencies (SWC and Rollup) for better performance and compatibility (#692)
Full Changelog: v6.5.4...v6.6.0