qdouble / angular-webpack-starter

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
MIT License
883 stars 181 forks source link

Typescript source maps #325

Closed leqwasd closed 6 years ago

leqwasd commented 6 years ago

Source maps are not working with this configuration (out of the box):

exports.DEV_SOURCE_MAPS = 'eval';

It works with this tho:

exports.DEV_SOURCE_MAPS = 'source-map';

Just noting - maybe you should modify default configuration to do what is is suppose to do :)

antonpegov commented 6 years ago

@leqwasd Thank you man!!!

qdouble commented 6 years ago

Changed the default here: https://github.com/qdouble/angular-webpack-starter/commit/2d7e152e042807ec2751bea840e571519728154b