Has Anyone Successfully Integrated Bazel with Vite in a Production Setup? #21725
ledihildawan
started this conversation in
General
Replies: 1 comment
-
|
I'm currently looking into this as well. Were you able to set up Bazel with Vite? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’d like to start a discussion about integrating Bazel with Vite in a modern frontend project.
I’m currently exploring the idea of using Bazel as the build system (for dependency management, reproducible builds, and advanced caching), while still leveraging Vite for its fast development server and excellent developer experience.
Here are a few things I’m curious about:
aspect_rules_jsoraspect_rules_tsfor handling JavaScript/TypeScript?bazel buildwith Vite, especially when separating development and production workflows?My goals are:
If you have real-world experience, architectural patterns, example repositories, or even lessons learned (good or bad), I’d really appreciate your insights.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions