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

Add recordsPath to Webpack so module IDs are consistent across builds #533

Merged
merged 4 commits into from
Nov 1, 2016

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    05ada4b View commit details
    Browse the repository at this point in the history
  2. Update yarn.lock

    KyleAMathews committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    625b871 View commit details
    Browse the repository at this point in the history
  3. Log service worker events and add extension API when SW updates

    e.g. you could use this extension API to show the user that an update is
    available and they should update.
    KyleAMathews committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    5173bdc View commit details
    Browse the repository at this point in the history
  4. Add recordsPath to webpack so module ids remain consistent across builds

    This is especially important on teams + when using CI. The directory
    .webpack-records should be checked into your source control.
    KyleAMathews committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    51ae142 View commit details
    Browse the repository at this point in the history