index.ts exports components from specific folders, such as export { Icon } from './icon';, but the PWA plugin cannot resolve the path despite no issues in local development.index.ts files structure components, and the issue arises when the PWA plugin fails to resolve paths during the Cloudflare build process.vite.config.ts, TypeScript type definitions, and component structures have been verified, and Cloudflare-specific configurations (e.g., wrangler.toml) align with the projects’ requirements.vite-plugin-pwa or Rollup on Cloudflare Pages that could be causing these resolution issues?wrangler.toml setup, Cloudflare's filesystem structure, or case sensitivity in component folder names?