-
Player works normally in development build (Webpack dev server, Quasar framework), but when I build the app and visit the page, nothing gets rendered. There is just empty div woth no iframe inside. Ev…
-
### Describe the bug
The ID `#top` is a perfectly valid `href` attribute, which can be used to scroll a user to the top of an HTML document. Per the [HTML spec](https://html.spec.whatwg.org/multipage…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Please describe the feature you have in mind and explain what the current shortcomings are?
Need a deep ren…
-
### v3
There are some rather immediate tasks we should just knock out. So I guess these are the v3 requirements/milestones:
- [ ] Consider an LTS strategy for v2 as people are not going upgrade …
-
After following several examples, I have determined that the render hooks are not working correctly in my application. RenderAfterElementExists will pre-render the correct folders under /dist, but it …
-
`prerender-spa-plugin": "^3.0.0-beta.2" ` installed through :
`npm install prerender-spa-plugin@next --save-dev`
`Vuejs` app with `vue-cli 3` full SPA (no SSR)
I use this plugin for being properl…
-
### Describe the bug
Using adapter-cloudflare 4.1.0, `npm run build` works fine. Upgrading to 4.2.0 causes `npm run build` to fail with:
```
✓ built in 3.21s
TypeError: Cannot read properties of…
-
### Environment
```
- Operating System: `Windows_NT`
- Node Version: `v16.15.0`
- Nuxt Version: `3.0.0-rc.3`
- Package Manager: `npm@8.3.0`
- Builder: `vite`
- User Config: …
-
I have set `publicPath` in webpack for using cdn to host my js assets. So I setup a two step building procedure, first build and upload assets to cdn server, then rebuild and use prerender plugin to r…
-
Hello! I use something like
```html
{{prerender:./src/AppPrerender}}
```
And when I change something, HtmlWebpackPlugin don't run renderer.
Now I fix it with simple loader ([source code](http…