-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider replacing Webpack with Vite #640
Comments
Haha, love your Wasp + Vite = Love :D! Btw, since mentioning alternative build tools, I heard about parcel.js (https://parceljs.org/) and that looked very interesting, since it seemed to be very declarative and low on config -> any thoughts about parcel as a build solution? |
Personally i've never tried. But there are many developers who switched from Parcel to Vite, like in this Github Discussion. |
Another user (@MetaMmodern) suggesting we switch to Vite:
|
Is your feature request related to a problem? Please describe.
Nearly every developers knows about the issues with webpack and its compiling methods. It's also a bit slow and hot reload doesn't work as brilliant as it could be. Please consider to replace webpack with vite.
Describe the solution you'd like
Please replace webpack with vite as fast as possible. Performance is much better. Compiling much faster and less bugs.
Describe alternatives you've considered
Here is a link to the normal vite way of creating an application.
https://vitejs.dev/guide/#scaffolding-your-first-vite-project
With
yarn create vite my-vue-app --template react
or
yarn create vite my-vue-app --template react-ts
You can replace the normal CRA process. There are also templates for vueJS, svelte and many other languages.
Additional context
WASP + VITE = LOVE
The text was updated successfully, but these errors were encountered: