Angular2 + webpack Uncaught ReferenceError: System is not defined
问题 I've got the same issue like here: Why webpack bundled as 'System.register' I've build bundle.js with webpack and I am getting error: Uncaught ReferenceError: System is not defined my bundle.js inlcudes: System.register(['angular2/platform/browser', './app.component', 'rxjs/Rx'], function(exports_1, context_1) { "use strict"; var __moduleName = context_1 && context_1.id; var browser_1, app_component_1; return { setters:[ function (browser_1_1) { browser_1 = browser_1_1; }, function (app