You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use Vite + an iron-icon in my Fusion project and didn't get any trouble with it. The icon was displayed on the page as well as no warnings by Vite. Perhaps it was already fixed at some point?
I also tried to build the app in production mode and everything worked all the same fine.
Everything that depends on Polymer doesn't quite work well with Vite, but everything that is not iron-icon, there's an workaround for it.
Vaadin components that are based on Polymer don't have circular dependencies, so they happen to work without issues.
Reference: evanw/esbuild#399
The text was updated successfully, but these errors were encountered: