Skip to content

Commit f17c2b3

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

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
@@ -592,6 +592,7 @@ export default Task.extend({
592592
'file-loader',
593593
'html-webpack-plugin',
594594
'json-loader',
595+
'karma-cli',
595596
'karma-sourcemap-loader',
596597
'less-loader',
597598
'postcss-import',

0 commit comments

Comments
 (0)