Skip to content

Commit dbdf46c

Browse files
authored
chore(build): use cheap-module-source-map for dev (#2619)
Allows for faster builds, partially addresses #1980
1 parent a66c8cc commit dbdf46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/angular-cli/models/webpack-build-development.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare module 'webpack' {
1414

1515
export const getWebpackDevConfigPartial = function(projectRoot: string, appConfig: any) {
1616
return {
17-
devtool: 'source-map',
17+
devtool: 'cheap-module-source-map',
1818
output: {
1919
path: path.resolve(projectRoot, appConfig.outDir),
2020
filename: '[name].bundle.js',

0 commit comments

Comments
 (0)