Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35482d8

Browse files
committedOct 10, 2016
chore(build): use cheap-module-source-map for dev
Allows for faster builds, partially addresses angular#1980
1 parent a66c8cc commit 35482d8

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
@@ -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)
Please sign in to comment.