[X] I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
I know that there already was #28576 but this is definitaly produced by the pwa-loader after pwa-camera and other modules are loaded. Vite just prints a warning so I would like to suggested adding /* @vite-ignore */ somewhere to just ignore that part for people building with Vite. Same goes for ionicons I guess it is also happening there.
Expected Behavior
No warning.
Steps to Reproduce
Start Angular Ionic application and add:
import { defineCustomElements } from '@ionic/pwa-elements/loader'
defineCustomElements(window)
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
I know that there already was #28576 but this is definitaly produced by the pwa-loader after pwa-camera and other modules are loaded. Vite just prints a warning so I would like to suggested adding
/* @vite-ignore */
somewhere to just ignore that part for people building with Vite. Same goes for ionicons I guess it is also happening there.Expected Behavior
No warning.
Steps to Reproduce
Start Angular Ionic application and add:
Code Reproduction URL
Open for discussions first
Ionic Info
Additional Information
No response