Skip to content

Commit

Permalink
fix(@angular/cli): Include missing dependency when ejecting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco authored and hansl committed Aug 3, 2017
1 parent a6ac43a commit 8e008e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@angular/cli/tasks/eject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ export default Task.extend({
'cssnano',
'exports-loader',
'file-loader',
'html-webpack-plugin',
'json-loader',
'karma-sourcemap-loader',
'less-loader',
'postcss-loader',
Expand Down

0 comments on commit 8e008e8

Please sign in to comment.