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/webpack
base: v4.26.1
Choose a base ref
...
head repository: webpack/webpack
compare: v4.27.0
Choose a head ref
  • 12 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 26, 2018

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

Commits on Nov 29, 2018

  1. Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply

    fix parameter missing  when plugin type is a funtion
    sokra committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    e3e8a68 View commit details
    Browse the repository at this point in the history
  2. Cache hasRunstime in chunk

    Connormiha committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    537d3e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Merge pull request #8440 from Connormiha/oprimize-chunk-can-be-integr…

    …ated
    
    Cache hasRunstime in chunk
    sokra committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    72a8a1f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. enforce doesn't affect minSize for maxSize

    enforce now works as documented
    emit warning for minSize > maxSize configuration
    performance improvements
    bugfix when multiple cacheGroups have the same name
    
    fixes #8407
    sokra committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    3b46b48 View commit details
    Browse the repository at this point in the history
  2. add getResolve method to loader context

    with allows to pass options
    sokra committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    162da1c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8451 from webpack/bugfix/split-chunks

    enforce doesn't affect minSize for maxSize
    sokra committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f944002 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. fix a bug which causes incorrect providedExports for cached modules

    Always update providedExports when they have dependencies
    
    fixes #8455
    sokra committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    2f4296e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56feccc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8457 from webpack/bugfix/rebuild-provided-exports

    fix a bug which causes incorrect providedExports for cached modules
    sokra committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    96f625c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8452 from webpack/feature/resolveWithOptions

    add getResolve method to loader context
    sokra committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    a67ffcd View commit details
    Browse the repository at this point in the history
  5. 4.27.0

    sokra committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    f47bf8b View commit details
    Browse the repository at this point in the history