mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-14 22:29:50 +00:00
Fix Safari 10 (#3196)
This commit is contained in:
@@ -82,6 +82,7 @@ const optimization = (latestBuild) => ({
|
||||
parallel: true,
|
||||
extractComments: true,
|
||||
terserOptions: {
|
||||
safari10: true,
|
||||
ecma: latestBuild ? undefined : 5,
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user