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

GH-591 fix sw being loaded from CDN #1328

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2020

  1. preactjsGH-591 fix(sw-src-load): fix service worker being loaded from…

    … cdn issue
    
    - introduced new cli args to define swPath, default would be '/'
    
    - decoupled from using webpack public path, better to be implicit
    Kencana Kesuma committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    cbdff0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3571171 View commit details
    Browse the repository at this point in the history
  3. preactjsGH-591 fix(sw-src-load): update README

    Kencana Kesuma committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    79364d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

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

Commits on Jul 30, 2020

  1. preactjsGH-591 refactor(sw-src-load): remove swPath flag, add a check…

    … of __webpack_public_path__ if it begins with http protocol, set it blank
    Kencana Kesuma committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    eb931b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/sw-cdn' of github.com:kencanak/preact-cli into fix/…

    …sw-cdn
    Kencana Kesuma committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    fb6c4bd View commit details
    Browse the repository at this point in the history