What are differences between SystemJS and Webpack?

What are differences between SystemJS and Webpack?

Webpack is a flexible module bundler. It not only handle modules but also package the application. SystemJS works only in client side. We can use it to package the Angular2 application for production purpose.