Files
backstage/.changeset/great-zebras-hunt.md
T
2024-08-30 15:31:45 +02:00

502 B

@backstage/cli
@backstage/cli
patch

The app build process now outputs an additional index.html.tmpl file. This is an non-templated version of the index.html file, which can be used to delay templating until runtime.

The new index.html.tmpl file also sets a backstage-public-path meta tag to be templated at runtime. The meta tag is in turn picked up by the new @backstage/cli/config/webpack-public-path.js entry point script, which uses it to set the runtime public path of the Webpack bundle.