1
0
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:
Bram Kragten
2019-11-28 00:44:59 +01:00
committed by Paulus Schoutsen
parent 2665a75250
commit 5355269f5d
4 changed files with 21 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ module.exports.babelLoaderConfig = ({ latestBuild }) => {
pragma: "h",
},
],
"@babel/plugin-proposal-optional-chaining",
[
require("@babel/plugin-proposal-decorators").default,
{ decoratorsBeforeExport: true },