mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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,
|
||||
removeComments: false,
|
||||
removeEmptyAttributes: true,
|
||||
removeOptionalTags: true,
|
||||
removeOptionalTags: false,
|
||||
removeRedundantAttributes: true,
|
||||
removeScriptTypeAttributes: false,
|
||||
removeStyleLinkTypeAttributes: false,
|
||||
|
Loading…
Reference in New Issue
Block a user