⚠️
The vite-plugin-ssr project has been renamed Vike.
  • If you are already using vite-plugin-ssr then migrate to Vike.
  • For new projects, don't use vite-plugin-ssr but use Vike instead.

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
}