refactor: replace chalk with ansi-colors

This commit is contained in:
Igor Randjelovic
2022-10-04 21:06:25 +02:00
parent fcb9285504
commit 2e1d39196d
3 changed files with 3 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ await fs.move(from, to, {
});
console.log(chalk.green(`@nativescript/webpack has been built and packed.\n`));
console.log(to);
console.log(to);