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-register' or its corresponding type declarations.#277 Closed afreidzmentioned this issueAug 22, 2023 Cannot find module 'virtual:pwa-info' or its corresponding type declarationsvite-pwa/astro#19 Closed userquincommentedNov 26, 2023• ...
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...
/** * 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...
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({ ...
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-...
Description of the bug Hello, I want to upgrade from 24.1.12 to 24.2.0 but there is an error when frontend is build : 14:00:26 [vite] Internal server error: Failed to resolve import "@vaadin/grid/src/vaadin-grid-selection-column-base-mix...