We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbedaa4 commit a731034Copy full SHA for a731034
gmcserver-email/package.json
@@ -8,9 +8,9 @@
8
"license": "AGPL-3.0-or-later",
9
"private": true,
10
"scripts": {
11
- "build": "mjml -r *.mjml --config.fonts='{}' --config.minify --config.beautify=false -o out/ "
+ "build": "mjml -r *.mjml --config.fonts='{}' --config.minify --config.minifyOptions='{\"removeComments\":true}' --config.beautify=false -o out/ "
12
},
13
"dependencies": {
14
- "mjml": "^4.6.3"
+ "mjml": "^4.13.0"
15
}
16
0 commit comments