(message: string)
| 16 | const tag = `[${green('@nativescript/webpack')}]`; |
| 17 | |
| 18 | function error(message: string) { |
| 19 | console.error(`${tag} ${redBright(dedent(message))}`); |
| 20 | } |
| 21 | |
| 22 | function info(message: string) { |
| 23 | console.info(`${tag} ${greenBright(dedent(message))}`); |