Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

web: Default output.publicPath to '/' #1185

Merged
merged 1 commit into from Oct 23, 2018
Merged

web: Default output.publicPath to '/' #1185

merged 1 commit into from Oct 23, 2018

Commits on Oct 22, 2018

  1. web: Default output.publicPath to '/'

    Since otherwise apps that use the HTML 5 pushState history API won't
    work when deployed, even with the necessary server rewrite rules
    configured.
    
    Apps that are deployed from a non-domain-root location (such as those
    hosted on GitHub pages) will now need to explicitly set `publicPath`
    themselves, however this is the case with CRA and vue-cli too.
    
    Fixes #1171.
    edmorley committed Oct 22, 2018
    Copy the full SHA
    61f3b17 View commit details
    Browse the repository at this point in the history