mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-21 06:45:00 +00:00
Allow SSI directives
This commit is contained in:
@@ -7,6 +7,7 @@ export default function minify_html(html: string) {
|
|||||||
conservativeCollapse: true,
|
conservativeCollapse: true,
|
||||||
decodeEntities: true,
|
decodeEntities: true,
|
||||||
html5: true,
|
html5: true,
|
||||||
|
ignoreCustomComments: [/^#/],
|
||||||
minifyCSS: true,
|
minifyCSS: true,
|
||||||
minifyJS: false,
|
minifyJS: false,
|
||||||
removeAttributeQuotes: true,
|
removeAttributeQuotes: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user