Closed Ischafak closed 11 months ago
Hi, I am using nuxt 3 (3.0.0-rc.11) when i try to run a webpage (yarn dev) with this component there is no error but when i try to build. It gives me error
My plugin file is this
import VueNumber from 'vue-number-animation'; export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueNumber); });
Error is
How can i fix this can anyone help me?
@Ischafak This solve the problem. build:{ transpile: ['vue-number-animation'] },
build:{ transpile: ['vue-number-animation'] },
Hi, I am using nuxt 3 (3.0.0-rc.11) when i try to run a webpage (yarn dev) with this component there is no error but when i try to build. It gives me error
My plugin file is this
Error is
How can i fix this can anyone help me?