wallaby-webpack
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -71,3 +71,2 @@ 'use strict'; | ||
cache: false, // wallaby post processor is using its own cache | ||
devtool: 'inline-source-map', | ||
entry: _.reduce(wallaby.allTestFiles, (memo, testFile) => { | ||
@@ -74,0 +73,0 @@ memo[testFile.fullPath] = testFile.fullPath; |
{ | ||
"name": "wallaby-webpack", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"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
15489
245