
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
rollup-plugin-prerender-spa-plugin
Advanced tools
Basic rollup plugin that runs the spa-prerenderer after each build.
yarn add -D rollup-plugin-prerender-spa-plugin
// rollup.config.js
import prerenderSpaPlugin from 'rollup-plugin-prerender-spa-plugin'
export default {
plugins: [
prerenderSpaPlugin({
// Required - The path to the outputted app to prerender.
staticDir: path.resolve(__dirname, 'dist'),
// Required - An array of routes to be passed to the prerenderer.
routes: [ '/' ],
// Optional - Additional Puppeteer options.
// https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions
puppeteer: {}
})
]
}
This plugin was developed for internal usage and is heavily customized to my particular workflow.
FAQs
Rollup integration for the 'prerender-spa-plugin'.
The npm package rollup-plugin-prerender-spa-plugin receives a total of 7 weekly downloads. As such, rollup-plugin-prerender-spa-plugin popularity was classified as not popular.
We found that rollup-plugin-prerender-spa-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.