DEFAULT_VITE_APP_CONFIG: Record<string, any> = ...

A Vite configuration for apps, containing

  • build.target: es2022
  • build.outDir: 'dist' from DEFAULT_VITE_CONFIG, and
  • base: toBaseHref(process.env['BASE_HREF']),