After enabling the Tailwind feature flag and enabling hot deploy mode any change in a Java file (and saving it to disk) results in a full page reload. Presumably because all Java files are detected as ...
Currently enabling the Tailwind feature flag just results in a new dev bundle being built. However, that doesn't help when developing an application: Adding new Tailwind classes to Java code does not ...