From 1df2743eac527b910ce491d529d8f17c8064b184 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 16 Jan 2026 22:06:20 +0100 Subject: [PATCH] fix resolve alias for v-mapbox --- webapp/nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index edade8f62..403c6fb5b 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -266,6 +266,9 @@ export default { ** You can extend webpack config here */ extend(config, ctx) { + // Fix composition api reference for v-mapbox + config.resolve.alias['@vue/composition-api'] = '@nuxtjs/composition-api' + // Add the compilerOptions ctx.loaders.vue.compilerOptions = { // Add your compilerOptions here