我明白systemJS和webpack也在做同样的事情。 所以我想用webpack替换systemJS但是当我在我的html页面中删除system.js脚本引用时,我收到以下错误:
angular2.js:2 Uncaught ReferenceError: System is not defined
这是否意味着angular2使用SystemJS作为模块加载器而无法用另一个替换它?
答案 0 :(得分:3)
是的,你可以。
例如:
答案 1 :(得分:0)
删除index.html上的以下脚本
<script src="node_modules/systemjs/dist/system.js"></script>
or
<script src="https://code.angularjs.org/tools/system.js"></script>
然后继续添加webpack