Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): update webpack to 4.29
Browse files Browse the repository at this point in the history
This version (https://github.com/webpack/webpack/releases/tag/v4.29.0) includes a memory leak fix for assets (webpack/webpack#8609, webpack/webpack#8642).

Thanks to @Meligy for pinging about this!
  • Loading branch information
filipesilva authored and mgechev committed Jan 22, 2019
1 parent 97c3af8 commit 6b60c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@angular/compiler": "^7.2.0-rc.0",
"@angular/compiler-cli": "^7.2.0-rc.0",
"typescript": "3.2.4",
"webpack": "4.28.4"
"webpack": "4.29.0"
}
}

0 comments on commit 6b60c3d

Please sign in to comment.