chore: css build compatibility is consistent with the docs (#23711)

This commit is contained in:
btea
2026-03-03 10:32:11 +08:00
committed by GitHub
parent 484f2cb298
commit 4e44f16bac

View File

@@ -19,9 +19,9 @@ async function compress(filename: string, css: string) {
sourceMap: false,
targets: {
chrome: 85 << 16,
firefox: 78 << 16,
safari: 12 << 16,
edge: 79 << 16,
firefox: 79 << 16,
safari: (14 << 16) | (1 << 8),
edge: 85 << 16,
},
})
return result.code