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
Yes we've tried Vite before hawtio/hawtio-online/issues/147 but what we found hard was that the core depends on @module-federation/utilities which is tied to Webpack implementation of Module Federation, so it's hard to interoperate with Vite at this moment.
Btw, we'll soon throw away CRACO and use plain Webpack instead. In the future, when we can find a way to interoperate with both Webpack and Vite we'll support both.
Is anyone tried to use Vite to build plugin for Hawtio? I failed with an error:
vite.config.js
:I've found the exact line where error occures: core.ts. I thought that module federation do not depend on build tool, but i am certanly not sure:(
CRACO build lasts over 3 minutes on my machine compared to 30 sec with Vite, so i very interested in Vite:)
The text was updated successfully, but these errors were encountered: