mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 19:25:10 +00:00
dont minify JS when minifying HTML
This commit is contained in:
@@ -8,7 +8,7 @@ export function minify_html(html: string) {
|
||||
decodeEntities: true,
|
||||
html5: true,
|
||||
minifyCSS: true,
|
||||
minifyJS: true,
|
||||
minifyJS: false,
|
||||
removeAttributeQuotes: true,
|
||||
removeComments: true,
|
||||
removeOptionalTags: true,
|
||||
|
||||
Reference in New Issue
Block a user