Open excid3 opened 3 years ago
Hi @excid3, did you find a solution to this by any chance?
I don't remember. I don't use this anymore.
How do you respond so fast? :laughing: Thanks for taking the time! If you still have a similar setup with esbuild+postcss, can you recommend an alternative package?
LOL! I am using the Tailwind CLI now, so I don't have an alternative to suggest unfortunately.
How do you respond so fast? laughing Thanks for taking the time! If you still have a similar setup with esbuild+postcss, can you recommend an alternative package?
maybe this, https://github.com/g45t345rt/esbuild-style-plugin (i never used it so idk)
Thank you @FlafyDev, switching to the package you recommended fixes the issue!
Hey there! I was trying this out today and everything seems to work great.
The only thing I noticed was that if we were to run esbuild and watch, if we introduce a typo in the CSS, the watcher hangs forever will no longer rebuild.
Here's logs from a successful first build, introducnig an invalid line of CSS, the build error, and no further rebuilds.