Open xiaoai7904 opened 4 months ago
"scripts": { "start": "vite", "build:pro": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@use-telegram-auth/client": "^1.0.5", "vue": "^3.4.31", "vue3-google-signin": "^1.3.5" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.5", "typescript": "^5.2.2", "vite": "^5.3.4", "vue-tsc": "^2.0.24" }
pnpm run build:pro error
interesting, can you provide a reproducible?
hi @xiaoai7904 this should be fixed by https://github.com/wavezync/vue3-google-signin/releases/tag/v2.0.1
"scripts": { "start": "vite", "build:pro": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@use-telegram-auth/client": "^1.0.5", "vue": "^3.4.31", "vue3-google-signin": "^1.3.5" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.5", "typescript": "^5.2.2", "vite": "^5.3.4", "vue-tsc": "^2.0.24" }
pnpm run build:pro error