- Visual Studio 2015 ASP.NET Core project to demo Angular2 using webpack.
- Supports running in Visual Studio and debugging using breakpoints, etc. (requires at least Update 3 because of better map file support).
- Before running for the first time, run the command line
npm run build:devto build a development version. - Run the command line
npm run build:prodto build a production version.
- Angular2
- webpack
- [Introduction to webpack] (https://angular.io/docs/ts/latest/guide/webpack.html)
- [List of webpack plugins] (https://webpack.github.io/docs/list-of-plugins.html)
- [AngularClass/angular2-webpack-starter] (https://github.com/AngularClass/angular2-webpack-starter)
- [s-panferov/awesome-typescript-loader] (https://github.com/s-panferov/awesome-typescript-loader)
- [SourceMapDevToolPlugin] (https://webpack.github.io/docs/list-of-plugins.html#sourcemapdevtoolplugin)
- [output.devtoolModuleFilenameTemplate] (https://github.com/webpack/docs/wiki/Configuration)
- [Enabling Sourcemaps in webpack] (http://survivejs.com/webpack/developing-with-webpack/enabling-sourcemaps/)