@rbarilani/remove-source-map-url-webpack-plugin
Advanced tools
Comparing version 0.1.0-alpha.1 to 0.1.0
@@ -40,3 +40,7 @@ 'use strict'; | ||
}); | ||
console.log(colors.green(`remove-source-map-url: ${countMatchAssets} asset(s) processed`)); | ||
if (countMatchAssets) { | ||
console.log(colors.green(`remove-source-map-url: ${countMatchAssets} asset(s) processed`)); | ||
} | ||
cb(); | ||
@@ -43,0 +47,0 @@ }; |
{ | ||
"name": "@rbarilani/remove-source-map-url-webpack-plugin", | ||
"version": "0.1.0-alpha.1", | ||
"version": "0.1.0", | ||
"description": "Remove source map url comments webpack plugin", | ||
@@ -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
4577
41