[install]
{{#if (or (includes frontend "nuxt"))}}
linker = "hoisted" # having issues with Nuxt when linker is isolated
{{else}}
linker = "isolated"
{{/if}}