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

fix: on hot reload esm modules were created multiple times #559

Commits on Mar 18, 2024

  1. fix: on hot reload esm modules were created multiple times

    This was causing frontend code to sometimes use the old version, and
    sometimes the new version. With antd and theming sometimes the theme
    would not be applied (antd would probably not recognize the theme object
    with from the old antd esm).
    maartenbreddels committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a0e8279 View commit details
    Browse the repository at this point in the history