Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
1.86k stars 282 forks source link

Centralize Vite Configuration Management to Reduce Redundancy #540

Open Leizhenpeng opened 2 days ago

Leizhenpeng commented 2 days ago

Currently, there is a considerable amount of duplicated logic across the vite.config.mts files in various page packages under pages. To streamline our configuration management and reduce complexity at the business level, it's proposed to consolidate these configurations into a single vite-config package.

This approach will not only simplify the maintenance but also align with the goals of issue #524 by centralizing the Vite build files management.

This change will help in maintaining a cleaner and more scalable structure.

github-actions[bot] commented 2 days ago

Thank you for your contribution. We will check and reply to you as soon as possible.