/** * @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, asType) => ['script', 'style'].includes(asType), /** enabled by default for development */ runInNewContext: { $resolve: (val, get) => val ?? get('dev') } }, /** * Configure the crossorigin attribute on `` and `