I.e, not to use the default web page from spring, but to include the webpacked .js file in another javascript app?
Asked
Active
Viewed 24 times
1 Answers
0
Hilla relies on the generated HTML for at least two purposes:
- Some configuration is passed through the HTML page.
- URLs for sending messages to the server are relative to the URL of the HTML page.
There is no official support for using Hilla in any other way. It might still be possible to create your own workaround to compensate for the two above factors. At the same time, this is a relatively frequently requested feature, so it's possible that support might be added at some point in the future.

Leif Åstrand
- 7,820
- 13
- 19