Socket
Socket
Sign inDemoInstall

extract-text-webpack-plugin

Package Overview
Dependencies
311
Maintainers
8
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-rc.0 to 3.0.0-rc.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="3.0.0-rc.1"></a>
# [3.0.0-rc.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2017-07-07)
### Bug Fixes
* Module sorting ([27e3a28](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/27e3a28))
<a name="3.0.0-rc.0"></a>

@@ -7,0 +17,0 @@ # [3.0.0-rc.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.3...v3.0.0-rc.0) (2017-07-07)

4

dist/index.js

@@ -188,3 +188,3 @@ 'use strict';

var shouldExtract = !!(options.allChunks || (0, _helpers.isInitialOrHasNoParents)(chunk));
chunk.sortModules();
chunk.sortModules(module);
_async2.default.forEach(chunk.mapModules(function (c) {

@@ -248,3 +248,3 @@ return c;

if (extractedChunk.getNumberOfModules()) {
extractedChunk.modules.sort(function (a, b) {
extractedChunk.sortModules(function (a, b) {
if (!options.ignoreOrder && (0, _helpers.isInvalidOrder)(a, b)) {

@@ -251,0 +251,0 @@ compilation.errors.push(new _OrderUndefinedError2.default(a.getOriginalModule()));

{
"name": "extract-text-webpack-plugin",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Extract text from bundle into a file.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc