Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

prerendered pages dont have relative path to css/js bundles #666

Open
tavelli opened this issue Feb 18, 2019 · 0 comments
Open

prerendered pages dont have relative path to css/js bundles #666

tavelli opened this issue Feb 18, 2019 · 0 comments

Comments

@tavelli
Copy link

tavelli commented Feb 18, 2019

steps to reproduce:

  1. clone repo
  2. "npm run build:prerender"

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">

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant