-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Vite configuration and refactor App component
- 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
Showing
5 changed files
with
149 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# DockerFlex Features | ||
|
||
## Security & Authentication | ||
|
||
|
Oops, something went wrong.