When implementing vue3-tour v1.0.2 in a Nuxt 3 starter setup, I have build issues.
vue3-tour is implemented using Nuxt plugins.
When running npm run dev I have no issue but when I run npm run build I get the following warnings : "vue3-tour" is imported by ..., but could not be resolved – treating it as an external dependency.. Then, running node .output/server/index.mjs to preview the result returns an error 500.
Hi,
When implementing vue3-tour v1.0.2 in a Nuxt 3 starter setup, I have build issues. vue3-tour is implemented using Nuxt plugins. When running
npm run dev
I have no issue but when I runnpm run build
I get the following warnings :"vue3-tour" is imported by ..., but could not be resolved – treating it as an external dependency.
. Then, runningnode .output/server/index.mjs
to preview the result returns an error 500.Reproduction link : https://stackblitz.com/edit/nuxt-vue3tour-skwbja?file=plugins%2Fvue3-tour.ts