Infinite Loop Issue with Vite + Tailwind v4 + Shopify Development #17227
Unanswered
moxiethunder
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! I'm setting up a Shopify development environment using Vite and Tailwind v4 but encountering an infinite build loop issue.
Current Setup
shopify theme dev
) to sync with ShopifyThe Issue
My workflow creates an infinite build loop:
vite build --watch
compiles assets to/assets
directory/assets
(a watched directory)What Works
Suspected Cause
I believe the issue is related to how files are being built and the watch process interaction between Vite, Tailwind v4, and the Shopify CLI.
Has anyone encountered this issue or have suggestions for breaking this loop while maintaining the Vite + Tailwind v4 setup? Happy to provide more details if needed.
Beta Was this translation helpful? Give feedback.
All reactions