-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vite experiment of kubernetes-api-app produces errors #147
Comments
@phantomjinx thanks for the investigation. One thing I noticed during my experiment with Vite is that the Btw, your branch doesn't seem to use a right plugin for Module Federation. You can find examples for how to use MF with Vite here: |
Thinking of it a bit further, I feel it's not healthy that the core part of |
Again, thinking of it a bit further, what's most important now should be compatibility with OpenShift dynamic plugins because we want hawtio-online to be deployed as a dynamic plugin on OpenShift eventually. So, we need to make sure the technology we choose works well with OpenShift dynamic plugins, and in this regard keeping Webpack module federation might be the best bet for now. |
Transition of
kubernetes-api-app
package to vite build system produces errors when both executing the dev server and serving a full build. This might suggest a couple of extra properties need defining in the config file or could be something more fundamental.See experimental branch here -> https://github.com/hawtio/hawtio-online/tree/experiment-vite/packages/kubernetes-api-app
yarn start
yarn build && yarn serve
The text was updated successfully, but these errors were encountered: