feat(config): enhance Vite configuration for improved build performance and development experience

- Updated Vite configuration to include production checks for sourcemaps and minification.
- Added development server settings for automatic opening and HMR overlay customization.
- Optimized chunking strategy for better caching and organization of dependencies.
- Enhanced asset file naming strategies for better categorization of images and fonts.
- Introduced experimental features for performance improvements and CSS optimization.
- Adjusted task-row component styling for improved font size consistency.
This commit is contained in:
chamiakJ
2025-06-21 19:02:35 +05:30
parent 5a475a84b5
commit fb56a12297
2 changed files with 100 additions and 20 deletions

View File

@@ -410,7 +410,7 @@ const TaskRow: React.FC<TaskRowProps> = ({
}
.task-name {
font-size: 13px;
font-size: 14px;
font-weight: 500;
color: var(--task-text-primary, #262626);
flex: 1;