Andy Damevin
Andy Damevin
@melloware the issue seems to happen in native 🤪 I'll give it a try
@melloware could you check it seems to be a angular test failing
I think we could explore using: https://github.com/vercel/pkg to bundle packages as executables.. it would allow to add all those plugins with the web-bundler :) We could even have svelte support...
Ah it seems now we should use: https://nodejs.org/api/single-executable-applications.html
FYI we are working on a tailwind integration :)
@edewit has successfully POCed a [Javet](https://github.com/caoccao/Javet) version of esbuild-java. It should allow to use any javascript esbuild plugin :) Usage will remain the same (simple) 🚀 Also it might open...
https://github.com/mvnpm/esbuild-java/issues/117#issuecomment-3432618961
Support for Tailwind has been added to 2.0, it's not documented yet and still CR but an example can be found here: https://github.com/ia3andy/the-code-site/ You need the dep: https://github.com/ia3andy/the-code-site/blob/main/pom.xml#L40-L44 and then...
@gbourant are you using the latest web-bundler?