Skip to content

Commit b1baa0c

Browse files
committed
fix(@angular/cli): add karma-cli as dependency when ejecting
1 parent cfc58a0 commit b1baa0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ export default Task.extend({
602602
'file-loader',
603603
'html-webpack-plugin',
604604
'json-loader',
605+
'karma-cli',
605606
'karma-sourcemap-loader',
606607
'less-loader',
607608
'postcss-import',

0 commit comments

Comments
 (0)