wavezync / vue3-google-signin

Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
https://vue3-google-signin.wavezync.com/
MIT License
163 stars 18 forks source link

vite reports an error when building with vue-tsc #81

Open xiaoai7904 opened 4 months ago

xiaoai7904 commented 4 months ago
image

"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

kasvith commented 4 months ago

interesting, can you provide a reproducible?

kasvith commented 2 days ago

hi @xiaoai7904 this should be fixed by https://github.com/wavezync/vue3-google-signin/releases/tag/v2.0.1