Simplified Vite Configuration and Updated @fjell/logging Dependency
This release centers on simplifying the build configuration and keeping dependencies aligned with the Fjell ecosystem. Manual maintenance of external dependencies in the Vite config has been removed to reduce potential errors and configuration complexity, following the Release Focus on streamlining and maintaining compatibility.
Improvements
- Removed the explicit list of external dependencies from
vite.config.ts. Dependency externalization is now handled automatically by Rollup, reducing manual configuration and future maintenance effort.
Dependency Updates
- Updated
@fjell/loggingdependency from4.4.14to4.4.17inpackage.jsonto ensure compatibility with the latest Fjell logging standards. No direct changes to functionality or source code are involved.