Skip to content

Simplified Vite Configuration and Updated @fjell/logging Dependency

Choose a tag to compare

released this 23 Jul 21:56
· 60 commits to working since this release

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/logging dependency from 4.4.14 to 4.4.17 in package.json to ensure compatibility with the latest Fjell logging standards. No direct changes to functionality or source code are involved.