esbuild-plugin-clean
Advanced tools
Comparing version 0.1.1-0 to 0.1.1-1
{ | ||
"name": "esbuild-plugin-clean", | ||
"version": "0.1.1-0", | ||
"version": "0.1.1-1", | ||
"description": "ESBuild plugin for cleaning up assets before building.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,5 +15,5 @@ "use strict"; | ||
if (dryRun) { | ||
console.log(chalk_1.default.blue('i'), `Clean plugin invoked in dryRun mode`); | ||
console.log(chalk_1.default.blue('i'), `Clean plugin invoked in dryRun mode \n`); | ||
} | ||
console.log(chalk_1.default.blue('i'), `File Cleaned: ${cleanFiles.join('\n')}`); | ||
console.log(chalk_1.default.blue('i'), `File Cleaned:\n${cleanFiles.join('\n')}`); | ||
}; | ||
@@ -32,3 +32,3 @@ const handler = sync | ||
name: 'esbuild:clean', | ||
setup({ initialOptions, onStart: registerOnStartCallback, onEnd: registerOnEndCallback, }) { | ||
setup({ onStart: registerOnStartCallback, onEnd: registerOnEndCallback }) { | ||
if (!patterns.length) { | ||
@@ -35,0 +35,0 @@ return; |
Sorry, the diff of this file is not supported yet
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
6508