We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66c8cc commit dbdf46cCopy full SHA for dbdf46c
packages/angular-cli/models/webpack-build-development.ts
@@ -14,7 +14,7 @@ declare module 'webpack' {
14
15
export const getWebpackDevConfigPartial = function(projectRoot: string, appConfig: any) {
16
return {
17
- devtool: 'source-map',
+ devtool: 'cheap-module-source-map',
18
output: {
19
path: path.resolve(projectRoot, appConfig.outDir),
20
filename: '[name].bundle.js',
0 commit comments