Skip to content

Commit

Permalink
remove empty attr
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Dec 12, 2019
1 parent aee4562 commit 036fd90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docusaurus/src/client/serverEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default async function render(locals) {
collapseWhitespace: true,
removeComments: true,
removeRedundantAttributes: true,
removeEmptyAttributes: true,
removeScriptTypeAttributes: true,
removeStyleLinkTypeAttributes: true,
useShortDoctype: true,
Expand Down

0 comments on commit 036fd90

Please sign in to comment.