mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Fix Safari 10 (#3196)
This commit is contained in:
parent
a1bf06ceb2
commit
d0410e0884
@ -82,6 +82,7 @@ const optimization = (latestBuild) => ({
|
||||
parallel: true,
|
||||
extractComments: true,
|
||||
terserOptions: {
|
||||
safari10: true,
|
||||
ecma: latestBuild ? undefined : 5,
|
||||
},
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user