We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4b35b commit 859d905Copy full SHA for 859d905
packages/angular-cli/models/webpack-build-common.ts
@@ -33,7 +33,7 @@ export function getWebpackCommonConfig(
33
if (appConfig.scripts.length > 0) { entry['scripts'] = scripts; }
34
35
return {
36
- devtool: sourcemap ? 'source-map' : 'eval',
+ devtool: sourcemap ? 'source-map' : false,
37
resolve: {
38
extensions: ['.ts', '.js'],
39
modules: [path.resolve(projectRoot, 'node_modules')]
0 commit comments