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-27 15:44:59 -08:00
committed by Paulus Schoutsen
parent 2665a75250
commit 5355269f5d
4 changed files with 21 additions and 1 deletions
+1
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 },