babel-minify-webpack-plugin icon indicating copy to clipboard operation
babel-minify-webpack-plugin copied to clipboard

Banner comment is removed

Open chiqui3d opened this issue 6 years ago • 0 comments

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');

chiqui3d avatar Jan 10 '19 21:01 chiqui3d