preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 557 forks source link

SourceMap for angular libraries ? #192

Open onlyann opened 8 years ago

onlyann commented 8 years ago

It would be nice if Webpack was loading the source files for the Angular 2 libraries. For some reason, I only get access to the UMD bundle file. I have no idea how to change this behavior.

image