Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: faceyspacey/extract-css-chunks-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: faceyspacey/extract-css-chunks-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hmr-search-fix
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 8, 2018

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

Commits on Oct 9, 2018

  1. fix(index, loader): Fixing HMR from assorted config build, exported l…

    …oader
    
    In rare cases, on large project such as React Static, webpack configs can end up using random series
    of keys and structures. In this case, there was a loader key inside a oneOf key, causing the
    recursive lookup to fail. Also exported the hot loader directly for hopeless cases
    
    fix #110
    ScriptedAlchemy committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    569449e View commit details
    Browse the repository at this point in the history
Loading