Skip to content

Commit

Permalink
Enhance Vite configuration and refactor App component
Browse files Browse the repository at this point in the history
- Updated Vite configuration to include manual chunking for vendor libraries and CodeMirror dependencies, improving build performance.
- Implemented Terser for minification with options to drop console and debugger statements.
- Refactored App component to use lazy loading for CodeMirror, enhancing loading performance and user experience.
- Cleaned up imports and improved code formatting for better readability.

These changes aim to optimize the frontend build process and enhance the application's performance during file editing operations.
  • Loading branch information
mbakgun committed Dec 29, 2024
1 parent 47261f8 commit d01a1ff
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 109 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Changelog

All notable changes to DockerFlex will be documented in this file.

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div align="center">
<img src="assets/logo.webp" alt="DockerFlex Logo" width="600"/>

# DockerFlex

> The missing file manager for Docker containers
Expand Down
1 change: 0 additions & 1 deletion features.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# DockerFlex Features

## Security & Authentication

Expand Down
Loading

0 comments on commit d01a1ff

Please sign in to comment.