Skip to content

Migration to Webpack

Antony Budianto edited this page Sep 19, 2016 · 10 revisions

Now I've migrated the starter into Webpack, you can find it here. It's still Alpha preview, but it's already working good.

The reason why I decided to move:

  • SystemJS configuration is too complicated
    • example: new package needs to be configured and added to Karma serve list, no config at all using Webpack 😄
  • SystemJS is not stable
  • Webpack can integrate AoT, lazy loading, and tree shaking at once seamlessly

You can start migrate your app by copying the src into the new repo clone.

If you prefer to stay, feel free to fork and maintain it.

Thank you.

  • Antony

☀️ Support this starter by sharing it to your friends, giving stars, or pull requests! 😄

Clone this wiki locally