wallaby-webpack
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -126,2 +126,3 @@ 'use strict'; | ||
try { | ||
logger.debug('Webpack compilation started'); | ||
// incremental bundling | ||
@@ -145,2 +146,3 @@ self._compiler.compile((err, stats) => { | ||
.then(function () { | ||
logger.debug('Webpack compilation finished'); | ||
var createFilePromises = []; | ||
@@ -147,0 +149,0 @@ _.each(self._affectedModules, function (m) { |
{ | ||
"name": "wallaby-webpack", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "Webpack postprocessor for wallaby.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18567
359