Skip to content

Commit 2c23cda

Browse files
Suguru Inatomifilipesilva
Suguru Inatomi
authored andcommitted
fix(@angular/cli): install webpack at ejection (#5745)
After ng eject, webpack package is not installed in the project, so npm run build requires global webpack installation.
1 parent dd4e071 commit 2c23cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@angular/cli/tasks/eject.ts

+1
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ export default Task.extend({
462462

463463
// Update all loaders from webpack, plus postcss plugins.
464464
[
465+
'webpack',
465466
'autoprefixer',
466467
'css-loader',
467468
'cssnano',

0 commit comments

Comments
 (0)