@@ -22,7 +22,7 @@ module.exports = defineConfig({
if (file.includes("normalize")) {
return true
}
- return true
+ return false
})
]