How to bundle Angular2 RC1 with systemjs

后端 未结 3 980
忘掉有多难
忘掉有多难 2021-01-04 05:58

Prior to the release candidates angular supplied a bundled file. Since the release candidates there\'s no more bundled file. Including angular2 and rxjs my app now makes 6

3条回答
  •  孤街浪徒
    2021-01-04 06:38

    In order to get a lighter weight project you should check SystemJS Builder or JSPM to bundle your project.

    Example seed project: https://github.com/madhukard/angular2-jspm-seed

    @BrunoGarcia gave a very nice info here: https://stackoverflow.com/a/37098964/5706293

提交回复
热议问题