johnagan / clean-webpack-plugin

A webpack plugin to remove your build folder(s) before building
MIT License
1.96k stars 135 forks source link

Console warn on new line #185

Open ymehenni opened 4 years ago

ymehenni commented 4 years ago

https://github.com/johnagan/clean-webpack-plugin/blob/021d2b68efd18fbd99e02c169d9e32300f15b4f4/src/clean-webpack-plugin.ts#L335

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

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