Skip to content

Commit db2abe1

Browse files
committed
perf: ⚡️ remove extra quotes around html attributes
1 parent 446a1f0 commit db2abe1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ export default defineConfig(({ command }) => ({
2525
minify: {
2626
collapseWhitespace: true,
2727
collapseInlineTagWhitespace: true,
28+
removeAttributeQuotes: true,
2829
removeComments: true,
29-
removeRedundantAttributes: true,
3030
removeOptionalTags: true,
31+
removeRedundantAttributes: true,
3132
removeScriptTypeAttributes: true,
3233
removeStyleLinkTypeAttributes: true,
3334
minifyCSS: true,

0 commit comments

Comments
 (0)