A community-patched fork of vue-server-renderer v2.6.12 that fixes compatibility with webpack 5. The original Vue 2 server-side renderer is intended for Node.js SSR rendering of Vue 2 components, but the official vue-server-renderer 2.6.12 has two known issues when used with webpack 5: it incorrectly expects output.libraryTarget to be 'commonjs2' and fails to locate entries. This fork backports the necessary fixes to maintain SSR functionality with modern webpack. It is a drop-in replacement for vue-server-renderer. Note: Support for Vue 2 is in maintenance mode; Vue 3 has its own SSR solution.
npm install tm-vue-server-rendererNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a bundle renderer, renders a Vue 2 component to string with the patched package.
Use this fork instead of official vue-server-renderer.
Consider migrating to Vue 3 with @vue/server-renderer for long-term support.
Plan migration to Vue 3.
Replace `vue-server-renderer` with `tm-vue-server-renderer` in package.json and reinstall.
Use this fork which adjusts the entry resolution logic.
No dependency data recorded yet.