Cannot find module 'virtual:pwa-register' or its corresponding type declarations.#277 Youdamanopened this issueMay 9, 2022· 10 comments Comments Youdaman May 9, 2022 • edited Following the instructions here:https://vite-plugin-pwa.netlify.app/guide/auto-update.html#runtime ...
Cannot find module 'virtual:pwa-info' or its corresponding type declarationsvite-pwa/astro#19 Closed userquincommentedNov 26, 2023• edited Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment ...
I've followed the instructions installing the module with Nuxi, and adding <VitePwaManifest /> to app.vue. Then nothing happens, after some digging, it is because in VitePwaManifest.mjs, the import import { pwaInfo } from "virtual:pwa-in...
{ "@tailwindcss/forms": "^0.5.9", "@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/astro": "^0.4.3", "astro-vtbot": "^1.10.7", "glob": "^8.1.0", "@types/node": "^16.11.7", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwind...
build: { sourcemap: true, rollupOptions: { output: { manualChunks(id) { if (id.includes('node_modules')) { return id .toString() .split('node_modules/')[1] .split('/')[0] .toString(); } }, }, }, }, plugins: [ react(), svgr(), sentryVitePlugin({...}), VitePWA({ ...
/** * Name: astro.config.ts */ import { defineConfig } from "astro/config"; import AstroPWA from "@vite-pwa/astro"; export default defineConfig({ // ... integrations: [AstroPWA({ srcDir: "src", filename: "client/service-worker.ts", strategies: "injectManifest", injectRegister: fal...
Describe the bug Error was reported after Electron APP was packed: Cannot find module 'reflect-metadata'.In package.json, the reflect-metadata exists! I don't know if it's a bug. I need help, thanks! To Reproduce First, running electron-...
Plugin: vite:import-analysis File: C:/pathToWorkspace/frontend/generated/jar-resources/vaadin-grid-flow-selection-column.js:3:47 1 | import '@vaadin/grid/vaadin-grid-column.js'; 2 | import { GridColumn } from '@vaadin/grid/src/vaadin-grid-column.js'; 3 | import { GridSelectionColumn...