Skip to content

Modernize Build Tooling (Migrate Webpack to Vite) #144

Description

@codeCraft-Ritik

Currently, AdminKit relies on Webpack for bundling, as seen in the webpack.config.js and package.json scripts.

The Issue :

Webpack can be slow for local development, especially as projects grow, and the ecosystem is rapidly shifting towards faster, unbundled development servers.

The PR/Issue Strategy :

Propose replacing Webpack with Vite. This would drastically improve the Hot Module Replacement (HMR) times and overall developer experience, making the repository much more attractive to modern full-stack developers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions