babel-minify-webpack-plugin
babel-minify-webpack-plugin copied to clipboard
Banner comment is removed
Some idea of how to do not delete the comments I created with the plugin banner. By the way I do not have the option comment a false, and the format of my comment is as follows:
const banner = [
'/**!',
'* @project Empresa',
'* @name Empresa',
'* @author Autor',
'* @copyright Copyright (c) ' + (new Date().toString()),
'*/'
].join('\n');