-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses a singleton cache to store the compilation stats (#723)
* Uses a singleton cache to store the compilation stats * Use compilation.hash as the index for the cached stats * Remove calls to compilation.getStats().toJson() because it is expensive and we actually don't need it * Remove debugger statement * Make changes compatible with webpack2 * Use json representation for chunks to avoid breaking `chunksSortMode`
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters