mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Check if external app by object (#4280)
* Check if external app by object * Update core.ts * Conditional chaining * add babel optional chaining
This commit is contained in:
committed by
Paulus Schoutsen
parent
2665a75250
commit
5355269f5d
@@ -33,6 +33,7 @@ module.exports.babelLoaderConfig = ({ latestBuild }) => {
|
||||
pragma: "h",
|
||||
},
|
||||
],
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
[
|
||||
require("@babel/plugin-proposal-decorators").default,
|
||||
{ decoratorsBeforeExport: true },
|
||||
|
||||
Reference in New Issue
Block a user