systemjs-importmap中引入的文件有没有办法延迟加载?

在systemjs-importmap中引入了其他的项目,这样引入的文件怎么延迟加载?

引入的是什么类型的文件呢?希望达到什么效果?

定时器

<*script type="systemjs-importmap">
{ "imports":
{
"@hnw/root-config": "//localhost:9000/hnw-root-config.js",
"@hnw/pc-base": "http://192.168.0.99:8082/js/app.js",
"@hnw/el-components": "http://192.168.0.99:8083/js/app.js"
}
}
</script*>
这种的