Skip to content

Commit a731034

Browse files
committed
fix(mail): minimify comments
1 parent bbedaa4 commit a731034

File tree

2 files changed

+442
-380
lines changed

2 files changed

+442
-380
lines changed

gmcserver-email/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"license": "AGPL-3.0-or-later",
99
"private": true,
1010
"scripts": {
11-
"build": "mjml -r *.mjml --config.fonts='{}' --config.minify --config.beautify=false -o out/ "
11+
"build": "mjml -r *.mjml --config.fonts='{}' --config.minify --config.minifyOptions='{\"removeComments\":true}' --config.beautify=false -o out/ "
1212
},
1313
"dependencies": {
14-
"mjml": "^4.6.3"
14+
"mjml": "^4.13.0"
1515
}
1616
}

0 commit comments

Comments
 (0)