You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
steps to reproduce:
expected:
prerendered pages like /dist/browser/lazy/index.html should have relative path references to styles.css, runtime.js, etc.
actual:
all paths to css/js bundles seem to be same as root index.html file, which are just file name with no path.
example from lazy route prerender page:
/dist/browser/lazy/index.html
<link rel="stylesheet" href="styles.3ff695c00d717f2d2a11.css">
<script type="text/javascript" src="runtime.547b4c39066b2d16a666.js">
The text was updated successfully, but these errors were encountered: