Different build output between this plugin and chrisvfritz/prerender-spa-plugin
See original GitHub issue
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:
- Created 4 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@sooxiaotong, this plugin expects slash at the end in render routes path.
For example:
Then plugin create folder about with index.html.
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.