Skip to content

Commit

Permalink
Fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 9, 2022
1 parent 4936f17 commit 5a8eac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default function createPlugin(
quoteCharacter: "",
removeAttributeQuotes: true,
removeComments: true,
removeEmptyAttributes: true,
removeEmptyAttributes: false,
removeEmptyElements: false,
removeOptionalTags: false,
removeRedundantAttributes: true,
Expand Down

0 comments on commit 5a8eac8

Please sign in to comment.