Skip to content

Commit

Permalink
chore(build): use cheap-module-source-map for dev
Browse files Browse the repository at this point in the history
Allows for faster builds, partially addresses angular#1980
  • Loading branch information
filipesilva committed Oct 10, 2016
1 parent a66c8cc commit 35482d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-cli/models/webpack-build-development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare module 'webpack' {

export const getWebpackDevConfigPartial = function(projectRoot: string, appConfig: any) {
return {
devtool: 'source-map',
devtool: 'cheap-module-source-map',
output: {
path: path.resolve(projectRoot, appConfig.outDir),
filename: '[name].bundle.js',
Expand Down

0 comments on commit 35482d8

Please sign in to comment.