{"library":"prerender-loader","type":"library","category":null,"description":"Webpack loader for prerendering single-page applications at build time, providing static HTML to improve First Contentful Paint (FCP) and SEO. Current stable version is 1.3.0, with initial release in 2019 and intermittent minor updates. Unlike SSR frameworks that require a server, prerender-loader works entirely within the Webpack build pipeline, integrates seamlessly with html-webpack-plugin, supports both DOM and string prerendering, and runs under Node.js with JSDOM. It is maintained by Google Chrome Labs.","language":"javascript","status":"active","version":"1.3.0","tags":["javascript","pre-render","prerendering","webpack plugin","SSR","performance","first contentful paint","FCP"],"install":[{"cmd":"npm install prerender-loader","imports":["import html from 'prerender-loader?!./index.html';","module.exports = { module: { rules: [ { test: /\\.html$/, loader: 'prerender-loader?string' } ] } }","new HtmlWebpackPlugin({ template: '!!prerender-loader?string!index.html' })"]},{"cmd":"yarn add prerender-loader","imports":[]},{"cmd":"pnpm add prerender-loader","imports":[]}],"homepage":null,"github":"https://github.com/GoogleChromeLabs/prerender-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/prerender-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/prerender-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}