diff --git a/packages/angular-cli/models/webpack-build-development.ts b/packages/angular-cli/models/webpack-build-development.ts index ed5305df709f..f1bfd7ff6b24 100644 --- a/packages/angular-cli/models/webpack-build-development.ts +++ b/packages/angular-cli/models/webpack-build-development.ts @@ -2,7 +2,7 @@ const path = require('path'); export const getWebpackDevConfigPartial = function(projectRoot: string, appConfig: any) { return { - devtool: 'cheap-module-source-map', + devtool: 'source-map', output: { path: path.resolve(projectRoot, appConfig.outDir), filename: '[name].bundle.js',