Remove Unused Dependencies and Code
Created by Prompts-GPT
Audit the project for unused dependencies and import statements. Use tools like depcheck, ts-prune, or eslint-plugin-unused-imports. Remove unnecessary libraries, functions, and files that do not contribute to core features. Confirm that tree-shaking is working properly and the total build output is reduced. Ensure all tests and builds pass after cleanup.
Category: development
Tags: