在我的index.html中,我有以下导入 - >
dplyr
在system-config.ts中,我在文件的开头有以下内容 - >
<script>
System.import('system-config.js').then(function () {
System.import('main');
}).catch(console.error.bind(console));
</script>
它在导入线上爆炸,所以我甚至无法设置baseURL。这是一个&#34; angularCLI&#34;使用angular 2的项目。基本上,如果未设置baseURL,则它使用最初加载页面的服务器的默认URL。我需要一个不同的URL指向CDN加载所有前端的东西.. html / css / js / angular files。