Skip to main content

Configuration

Full registry-build config reference with a generic-first shape, collection docs, and legacy compatibility notes.

Minimal generic shape

import { defineConfig } from '@gentleduck/registry-build'
 
export default defineConfig({
  extends: ['./registry-build.base.ts'],
  collections: {},
  output: {
    dir: './dist',
  },
  performance: {},
  branding: {},
  extensions: [],
})
import { defineConfig } from '@gentleduck/registry-build'
 
export default defineConfig({
  extends: ['./registry-build.base.ts'],
  collections: {},
  output: {
    dir: './dist',
  },
  performance: {},
  branding: {},
  extensions: [],
})

Generic-first reference


UI compatibility reference


Rule of thumb