This commit is contained in:
Yuri Kuznetsov
2023-06-23 11:16:07 +03:00
parent bac2240c0b
commit c287d0ff5a
3 changed files with 25 additions and 12 deletions
+3 -1
View File
@@ -152,11 +152,13 @@ module.exports = grunt => {
uglify: {
options: {
mangle: true,
sourceMap: true,
output: {
comments: /^!/,
},
beautify: false,
mangle: true,
compress: true
},
bundle: {
options: {