-
Notifications
You must be signed in to change notification settings - Fork 16
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
Replace webpack with vite #35
Comments
Btw, i think in future we need to create something like |
Hey @XantreGodlike, using vite sounds perfect. I'm working on compiling with latest melange with esy on #42 Can you try this branch! Have a |
Does pesy sound interesting? https://github.com/esy/pesy I used it in the past to bootstrap JSOO projects with templates here: https://github.com/pesy |
The integration with vite is a little clunky, since both dune and vite want to take control over the file-system. The integration I have seen between rescript and vite is: https://github.com/jihchi/vitejs-template-react-rescript If we move on and make a melange one, might be nice also, but I would still want to explore the idea where dune calls vite? or vite knows about the _build folder artifacts |
Closed the wrong one). |
I think we can improve DX by swapping webpack to vite.
It comes with build in css support, possibly we can add tailwind to the project.
If anyone is interesed, i can open PR
The text was updated successfully, but these errors were encountered: