Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

refactor: Update deprecated chunk.modules functions #553

Merged
merged 2 commits into from Jul 7, 2017

Commits on Jul 7, 2017

  1. fix: corrected order for chunk.modules (#563)

    * corrected order for chunk.modules loop
    
    * added regression test for #548
    
    * upgraded to latest webpack version 3.1.0 which includes needed Chunk.sortModules method
    
    * applied change to new location of index.js
    hulkish authored and joshwiens committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    5a23fc0 View commit details
    Browse the repository at this point in the history
  2. refactor: Replace usage of chunk.modules

      BREAKING CHANGE: Updates to `Chunk.mapModules | forEachModule | getNumberOfModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764
    joshwiens committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    1ec14f2 View commit details
    Browse the repository at this point in the history