parcel-plugin-prerender icon indicating copy to clipboard operation
parcel-plugin-prerender copied to clipboard

Results 29 parcel-plugin-prerender issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to upgrade snyk from 1.406.0 to 1.409.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=snyk&from_version=1.406.0&to_version=1.409.1&pr_id=e6f1aede-737e-45b7-9182-5a315512c0ee&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

When parcel is launched with the option `parcel build --public-url ./` in order to build for deployment outside the root of the server, static-rendered routes no longer reference their resources...

Currently the testing doesn't work half the time, so it needs to be reworked to work every time. I think it has to do with parcel being run from the...

bug
help wanted

If I use the dynamic import (see [here](https://parceljs.org/code_splitting.html)) with the prerenderer the resulting script tags use absolute paths starting with `http://localhost:8000` something like ``` import('./main').then(function(page) { // Render page page.render()...

enhancement
help wanted

I have no idea if this works with Parcel 2 yet, need to check.

help wanted
question

By default Renderer server run at first free port after 8000, this MR allows plugin to configure server port via `prerender.serverConfig`

Otherwise, first render is is being rendered without styles... and that’s not cool 👎. I’ve seen that there is a tool called react-snap which already do that, I’ll have a...

would that be a good idea? I'm creating an static blog and I'm using this plugin, I thought it would be a good idea to add that flag to the...