mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix ES5 build and fix polyfill of Intl.Locale (#15322)
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports.babelOptions = ({ latestBuild }) => ({
|
||||
"@babel/preset-env",
|
||||
{
|
||||
useBuiltIns: "entry",
|
||||
corejs: "3.15",
|
||||
corejs: { version: "3.27", proposals: true },
|
||||
bugfixes: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user