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-contrib/copy-webpack-plugin
base: v4.5.3
Choose a base ref
...
head repository: webpack-contrib/copy-webpack-plugin
compare: v4.5.4
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 5, 2018

  1. docs: context option is a string, not array (#269)

    Following the example, webpack emits an error
    
    ```sh
    TypeError: Path must be a string.
    ```
    
    Replaced with string, which actually works fine in the latest webpack 4.15.0
    grgur authored and evilebottnawi committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    5474889 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

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

Commits on Oct 10, 2018

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

Commits on Oct 18, 2018

  1. fix(processPattern): don't add 'glob' as directory when it is a fil…

    …e (`contextDependencies`) (#296)
    alan-agius4 authored and michael-ciniawsky committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    5670926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc7aa5d View commit details
    Browse the repository at this point in the history