Replies: 3 comments
-
|
note, I'm still on vaadin 24 if that matters, we won't be able to update to spring 4 for some time. |
Beta Was this translation helpful? Give feedback.
-
|
one more note, whether I'm using the vaadin-maven-plugin or hilla-maven-plugin, when I attempt to use build-frontend with the following config on the plugin: I get the error "[WARNING] Parameter 'parser' is unknown for plugin 'hilla-maven-plugin:24.9.12:build-frontend (default-cli)" is that documentation now outdated? |
Beta Was this translation helpful? Give feedback.
-
|
I did some poking around the code and determined this was just a limitation in the way the parser functions. I opened issues #4793 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to create a library that contains some browsercallables and some react components that can then be included via maven to other spring applications. When I run the vaadin maven plugin goal to generate the typescript bindings in the library, it says that there are no browser callables. How would I go about generating the bindings and pulling the react packages in such a way that I can have syntax highlighting in my own typescript?
Beta Was this translation helpful? Give feedback.
All reactions