⚠️
The vite-plugin-ssr project has been renamed Vike.
  • If you are using vite-plugin-ssr, migrate to Vike.
  • For new projects, use Vike instead of vite-plugin-ssr.
Vike itself (without extensions) is like vite-plugin-ssr: unopinionated and fully agnostic.

extends

This is part of the V1 design.

⚠️
The extends config is a beta feature and subject to breaking changes in any version update.

The extends config enables us to use third-party configurations, such as vike-* packages.

// /pages/+config.h.js

import vikeReact from 'vike-react'

export default {
  // Inherit the configuration set by vike-react
  extends: vikeReact
}