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: webpack/compression-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sportstech/compression-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 20, 2017

  1. Use emit event instead of this-compilation

    Given that compression is most likely one of the last steps on the pipeline
    chain, it makes sense that this plugin uses the `emit` event which is the last
    step to add/modify assets before they're written to disk.
    
    This plays nicely with other plugins that create and delete files
    on the fly AFTER they're compiled
    (for example https://github.com/jtefera/merge-files-webpack, which is the
    recommeded solution for this issue
    webpack-contrib/extract-text-webpack-plugin#179)
    ijpiantanida authored and Quinn committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    72037f9 View commit details
    Browse the repository at this point in the history
  2. Committed built source

    Quinn committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    fdb6960 View commit details
    Browse the repository at this point in the history
Loading