Adrien Baron
Adrien Baron
I think this should be merged 👍. When using a IDE extension like VS Code Jest Runner or Webstorm Jest integration they will not pick up on `jestconfig.json` whitout manual...
Hey @kush96 ! What do you mean by parsing Vue files? Basically Vue files group together the behaviour (script), template and styles. In Vue GWT the behaviour has to be...
Hey! I want to add it, but I basically don’t have the time and I’m starting a new job :(. So not sure when I’d be able to add it.
Yea it's true and the next version (beta-7) is even less dependent as it drops GWT generators for Annotations Processors. So with that version any Java to JS transpiler with...
@realityforge I'm not sure about vue4j, I never really liked the "4j" suffix, but that's personal taste ˆˆ I'm considering vue-java (to be consistent with [vue-typescript](https://github.com/itsFrank/vue-typescript)), but it's still up...
Hi @baldram ! Vue GWT is actually polymorphic and support in theory both GWT2 and GWT3 (that uses J2CL as it's compiler). It doesn't use any specific GWT2 features in...
I'm currently investigating the same issue. From what I gathered so far when using `treeShake` generated `style` blocks don't get integrated in the SSR result. Using `treeShake: false` will integrate...
@enddevNZ Indeed, my bad, it does seem to only include the CSS for what's being used in the app, which is much better that what I first thought! However it...
Ok, I found a way to make it work 👍. Sadly it would require quite a few changes in Vuetify :(. Basically we first would need to change Vuetify components...
@freddy38510 thanks! I think the only way for this to work is to add this hook to every Vuetify components with a PR there. I’ve asked for opinions on their...