Skip to content

Commit bc0ae68

Browse files
authored
Revert "chore(build): use cheap-module-source-map for dev" (#2857)
1 parent 8944d04 commit bc0ae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/models/webpack-build-development.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
export const getWebpackDevConfigPartial = function(projectRoot: string, appConfig: any) {
44
return {
5-
devtool: 'cheap-module-source-map',
5+
devtool: 'source-map',
66
output: {
77
path: path.resolve(projectRoot, appConfig.outDir),
88
filename: '[name].bundle.js',

0 commit comments

Comments
 (0)