⚠
vite-plugin-ssr has been renamed Vike, see migration guide.

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
}