mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +00:00
Do not remove optional tags (#3725)
Mainly, </body> getting removed results in messing up snippet injection.
This commit is contained in:
parent
1492a13162
commit
f0045322c1
@ -112,7 +112,7 @@ export default {
|
|||||||
removeAttributeQuotes: false,
|
removeAttributeQuotes: false,
|
||||||
removeComments: false,
|
removeComments: false,
|
||||||
removeEmptyAttributes: true,
|
removeEmptyAttributes: true,
|
||||||
removeOptionalTags: true,
|
removeOptionalTags: false,
|
||||||
removeRedundantAttributes: true,
|
removeRedundantAttributes: true,
|
||||||
removeScriptTypeAttributes: false,
|
removeScriptTypeAttributes: false,
|
||||||
removeStyleLinkTypeAttributes: false,
|
removeStyleLinkTypeAttributes: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user