I know that angular-cli has moved to webpack from SystemJS. But for a specific problem (Posted here) I need to load/assemble my project at client side, so I prefer SystemJS.
Right now the project is running with angular-cli default configuration and lots of functionality is been developed. So I need a very easy way to move to SystemJS from Webpack.
Can any one please help me regarding that?
Note: I do not want to compromise angular-cli advantages like :code generation, unit test etc.
My angular-cli version is : '1.0.0-beta-21'
Update 1
Actually I want to run the same application on SystemJS so that I can deploy that on a different WebServer and load the HTML and TS files run time. Even though the developers will work on angular-cli and webpack.
That means I want my project to run on SystemJS along with webpack and angular-cli.