import { SchemaDefinition } from 'untyped' /** * @version 2 */ export default { /** * Use this option to customize the Vue SSR bundle renderer. * This option is skipped if `ssr: false`. * * Read [docs for Vue 2](https://ssr.vuejs.org/api/#renderer-options) here. */ bundleRenderer: { shouldPrefetch: () => false, shouldPreload: (_fileWithoutQuery: string, asType: string) => ['script', 'style'].includes(asType), /** enabled by default for development */ runInNewContext: { $resolve: async (val, get) => val ?? (await get('dev')) } }, /** * Configure the crossorigin attribute on `` and `