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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user