remove html minification property that was causing issues
This commit is contained in:
parent
2ed41b6821
commit
77e5b69f19
@ -41,7 +41,6 @@ prerenderOpts = (width, height, name) => ({
|
|||||||
minifyJS: jsMin,
|
minifyJS: jsMin,
|
||||||
|
|
||||||
collapseBooleanAttributes: true,
|
collapseBooleanAttributes: true,
|
||||||
collapseWhitespace: true,
|
|
||||||
removeRedundantAttributes: true,
|
removeRedundantAttributes: true,
|
||||||
removeScriptTypeAttributes: true,
|
removeScriptTypeAttributes: true,
|
||||||
removeStyleLinkTypeAttributes: true,
|
removeStyleLinkTypeAttributes: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user