question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Different build output between this plugin and chrisvfritz/prerender-spa-plugin

See original GitHub issue

image

The about page should but output as about > index.html instead of putting the about.html on the same directory with index.html

Vue & Cli version: All latest 😛

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

9reactions
kirit0scommented, Nov 10, 2019

@sooxiaotong, this plugin expects slash at the end in render routes path.

For example:

renderRoutes: ['/', '/about/']

Then plugin create folder about with index.html.

1reaction
sinjazcommented, May 7, 2020

I looked for this for a while. It’s a big difference in behavior. I wish it was documented, if it is I missed it somehow. Thank you so much. Great work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the build output directory - Visual Studio (Windows)
Learn how you can specify the location of output generated by your project on a per-configuration basis (for debug, release, or both).
Read more >
Sharing outputs between projects - Gradle User Manual
A common pattern, in multi-project builds, is that one project consumes the artifacts of another project. In general, the simplest consumption form in...
Read more >
Troubleshoot build performance with Build Analyzer
Each time you build your app, the Build Analyzer creates a report and displays data from the latest report in the Build window....
Read more >
Visual studio one project with several dlls as output?
Since many of the plugins are relatively small (only one source-file/class) I would like to have them all in one project in visual...
Read more >
Guide to Configuring for Reproducible Builds - Apache Maven
Using maven-artifact-plugin 's compare goal, you can check that the second build of your ... Use diffoscope to find the unstable output between...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found