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.25.1
Choose a base ref
...
head repository: webpack/webpack
compare: v4.26.0
Choose a head ref
  • 7 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 7, 2018

  1. Fix a typo in Chunk#split jsdoc comment

    Timur Amirov committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7a0af76 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Merge pull request #8351 from DeTeam/chunk-jsdoc-typo

    Fix a typo in Chunk#split jsdoc comment
    sokra committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    a230148 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Switch from uglifyjs-webpack-plugin to terser-webpack-plugin

    Some history:
    * `uglifyjs-webpack-plugin` < v1.0 used the minifier `uglify-js`
    * however `uglify-js` does not support ES6, which resulted in a fork
      called `uglify-es` that was developed in the `uglify-js` repository,
      but under the `harmony` branch
    * `uglifyjs-webpack-plugin` v1.x switched to `uglify-es` for ES6 support
    * however `uglify-es` stopped being maintained:
      mishoo/UglifyJS#3156 (comment)
    * which led to a fork called `terser` that has incorporated all of
      the unmerged PRs and will be where all new development occurs:
      https://github.com/fabiosantoscode/terser
    * `terser-webpack-plugin` was created, which is the `terser` equivalent
      of `uglifyjs-webpack-plugin`:
      https://github.com/webpack-contrib/terser-webpack-plugin
    * `uglifyjs-webpack-plugin` v2.x will be switching back to `uglify-js`,
      so any project that needs to support ES6 now needs to switch to
      `terser-webpack-plugin`.
    
    Fixes #7923.
    edmorley authored and vkrol committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    311a728 View commit details
    Browse the repository at this point in the history
  2. Rename test directories too

    edmorley authored and vkrol committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    b39abf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a818def View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge pull request #8392 from vkrol/cherry-pick-terser-to-webpack-4

    Cherry-pick terser to webpack 4
    sokra committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e1df721 View commit details
    Browse the repository at this point in the history
  2. 4.26.0

    sokra committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    04f90c5 View commit details
    Browse the repository at this point in the history