Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.
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/extract-text-webpack-plugin
base: v2.1.2
Choose a base ref
...
head repository: webpack-contrib/extract-text-webpack-plugin
compare: v3.0.0
Choose a head ref
  • 3 commits
  • 90 files changed
  • 3 contributors

Commits on Jun 10, 2017

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

Commits on Jul 10, 2017

  1. refactor: Apply webpack-defaults & webpack 3.x support (#540)

    - refactor: Pass a unique compiler name to get child compilation [483](#483)
    - refactor: Apply webpack-defaults [542](#542)
    
    BREAKING CHANGE: Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10`
    
    - refactor: DeprecationWarning: Chunk.modules [543](#543)
    
    BREAKING CHANGE: Updates to `Chunk.mapModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764
    
    - fix: css generation order issue see: webpack/webpack#5225
    
    BREAKING CHANGE: Enforces `peerDependencies` of `"webpack": "^3.1.0"`.
    joshwiens committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    7ae32d9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0

    joshwiens committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    d7a75fc View commit details
    Browse the repository at this point in the history