friendly-errors-webpack-plugin
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "friendly-errors-webpack-plugin", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ 'use strict'; | ||
'', | ||
forgetToInstall(dependencies), | ||
forgetToInstall(dependencies) | ||
); | ||
@@ -49,3 +49,3 @@ } | ||
'', | ||
modules.map(formatGroup), | ||
modules.map(formatGroup) | ||
); | ||
@@ -84,3 +84,3 @@ } | ||
dependencies.length && relativeModules.length ? ['', ''] : null, | ||
relativeModulesNotFound(relativeModules), | ||
relativeModulesNotFound(relativeModules) | ||
); | ||
@@ -87,0 +87,0 @@ } |
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
271917
25240