1 parent 446a1f0 commit db2abe1Copy full SHA for db2abe1
1 file changed
vite.config.ts
@@ -25,9 +25,10 @@ export default defineConfig(({ command }) => ({
25
minify: {
26
collapseWhitespace: true,
27
collapseInlineTagWhitespace: true,
28
+ removeAttributeQuotes: true,
29
removeComments: true,
- removeRedundantAttributes: true,
30
removeOptionalTags: true,
31
+ removeRedundantAttributes: true,
32
removeScriptTypeAttributes: true,
33
removeStyleLinkTypeAttributes: true,
34
minifyCSS: true,
0 commit comments