johnagan / clean-webpack-plugin

A webpack plugin to remove your build folder(s) before building

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console warn on new line

ymehenni opened this issue · comments

commented

`clean-webpack-plugin: ${message} ${filename}`,

console.warn(`\nclean-webpack-plugin: ${message} ${filename}`,);

Would look much cleaner in the console during a build <3