Maintain banner in minified file

This commit is contained in:
Rouven Weßling 2018-11-11 22:51:09 +01:00 committed by Zeno Rocha
parent cf9e8fd7ce
commit 3d005b547e
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@ module.exports = {
keep_fnames: false,
output: {
beautify: false,
comments: false
comments: (node, {value, type}) => type == 'comment2' && value.startsWith('!')
}
}
})