Inline build for ParaView scene export
Add a build:inline npm script that builds Glance with all assets inlined, so that the bundled HTML file is standalone and can be used for the ParaView scene export to VTKJS. This mimics the build behavior we had in Glance 4.17 before the Webpack 5 migration.
cc @mwestphal
@floryst @bourdaisj
bundle is also used after build:release in the Github action script https://github.com/Kitware/glance/blob/master/.github/workflows/publish.yml#L29
I suppose that does add a ParaViewGlance.html to the output bundle, but since it is currently it's kind of broken anyways I'm okay with removing that step in the publish workflow.
build:inline and bundle merged
LGTM. Thanks!
:tada: This PR is included in version 4.25.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: