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(loader): fix publicPath regression #384

Merged
merged 5 commits into from May 14, 2019
Merged

fix(loader): fix publicPath regression #384

merged 5 commits into from May 14, 2019

Commits on Apr 25, 2019

  1. fix(loader): fix publicPath regression

    ... when the publicPath is set to an empty string. The publicPath should resolve to an empty string in this case and _not_ `/`
    rmja committed Apr 25, 2019
    Copy the full SHA
    1c789fb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Copy the full SHA
    0b4c737 View commit details
    Browse the repository at this point in the history
  2. Revert "test(loader): Add test for the case when publicPath is an emp…

    …ty string"
    
    This reverts commit d9609af.
    rmja committed Apr 26, 2019
    Copy the full SHA
    8ae0739 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    85643bb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Copy the full SHA
    c996d15 View commit details
    Browse the repository at this point in the history