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 webpack chunk loading with STATIC_URL_PREFIX #11526

Merged
merged 3 commits into from
May 20, 2020

Commits on May 20, 2020

  1. Fix webpack chunk loading with STATIC_URL_PREFIX

    Previously, we had only set __webpack_public_path__ to a path which
    caused webpack chunks to be loaded from the current origin which is
    incorrect when STATIC_URL_PREFIX points to another origin.
    
    This should fix the issue curretnly seen on gitea.com.
    silverwind committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b571256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861f6fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61344b View commit details
    Browse the repository at this point in the history