Skip to content
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

feat(core,ui,app): implement plugin mechanism based on module federation #213

Merged
merged 5 commits into from
Mar 31, 2023

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    9eba4b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f0ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86260f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3c15d7 View commit details
    Browse the repository at this point in the history
  5. fix(app): move css imports out of module federation bootstrap import

    While it is unrelated to the issue of 'Conflicting order' in CSS
    building, this seems to solve the CSS chunking issue with the main
    Hawtio project downstream. Here we sync configuration between the app
    in hawtio-next and the console in hawtio downstream.
    tadayosi committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9276c60 View commit details
    Browse the repository at this point in the history