-
Notifications
You must be signed in to change notification settings - Fork 147
Migration to Webpack
Now I've migrated this starter into Webpack, you can find it here. It's on Beta stage and working good, will be finalized soon!
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
- Angular CLI used and published
@ngtools/webpack
where we can use with Webpack
SystemJS is not entirely bad since its reload time is faster than Webpack (even with HMR), but Webpack may bring more features and stability.
I'm still accepting pull requests, but may not looking into issues anymore.
You can start migrating your app by copying the src
folder into the new repo clone, then adjust your dependencies.
If you prefer to stay, feel free to fork and maintain it.
Thank you.
- Antony
This starter may not fit for your workflow, since it's opinionated. Therefore you can always fork and custom it to fit your workflow
☀️ Support this starter by sharing it to your friends, giving stars, or pull requests! 😄