mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: css build compatibility is consistent with the docs (#23711)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user