I recently moved my Angular 2 project from SystemJS to Webpack, using the most recent version of Angular2-CLI. The project files were barely changed, and only small changes within the Angular2 code were made to fit the project into the new environment.
However, now when I bundle using the CLI and run it, I get some weird behaviors on the design of the page. I compared the styles of both pages and they're identical 1 by 1, so that means there's something with Webpack or the CLI that's messing with the site's appearance and structure.