UNPKG
@hsui/micro-app
Version:
latest (1.8.0)
1.8.0
1.7.0
1.6.0
1.6.0-alpha.0
1.5.3
Hundsun micro-app framework
@hsui/micro-app
/
lib
/
config.js
7 lines
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
frameworkConfiguration
=
{
prefetch:
false
,
singular:
true
,
strictGlobal:
true
,
$$syncOnly:
false
,
logger:
null
}
;