We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8944d04 commit bc0ae68Copy full SHA for bc0ae68
packages/angular-cli/models/webpack-build-development.ts
@@ -2,7 +2,7 @@ const path = require('path');
2
3
export const getWebpackDevConfigPartial = function(projectRoot: string, appConfig: any) {
4
return {
5
- devtool: 'cheap-module-source-map',
+ devtool: 'source-map',
6
output: {
7
path: path.resolve(projectRoot, appConfig.outDir),
8
filename: '[name].bundle.js',
0 commit comments