@factor/app-extend
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.11
@@ -25,3 +25,8 @@ export default Factor => { | ||
install(Factor) { | ||
Factor[`$${id}`] = Factor.prototype[`$${id}`] = plugin(Factor) | ||
// Some application modules have already been loaded in by server extension | ||
// Check if they're already loaded that way we don't load twice | ||
if (!Factor[`$${id}`]) { | ||
Factor[`$${id}`] = Factor.prototype[`$${id}`] = plugin(Factor) | ||
} | ||
} | ||
@@ -28,0 +33,0 @@ }) |
{ | ||
"name": "@factor/app-extend", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.11", | ||
"license": "GPL-2.0", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d3b17451c6b7cf11831022dbea0cafe1a955bd34" | ||
"gitHead": "cf8133a1bcf4f624a5021689dcdc1df541cf9636" | ||
} |
20802
59