Skip to content

Commit

Permalink
fix(@angular/cli): install webpack at ejection (#5745)
Browse files Browse the repository at this point in the history
After ng eject, webpack package is not installed in the project, so npm run build requires global webpack installation.
  • Loading branch information
Suguru Inatomi authored and filipesilva committed May 9, 2017
1 parent dd4e071 commit 2c23cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/tasks/eject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ export default Task.extend({

// Update all loaders from webpack, plus postcss plugins.
[
'webpack',
'autoprefixer',
'css-loader',
'cssnano',
Expand Down

0 comments on commit 2c23cda

Please sign in to comment.