Commit 98f3b93
committed
refactor(@angular-devkit/build-angular): remove createConsoleLogger from karma plugin
Removes the `createConsoleLogger` import and its usage as a fallback in the
Karma plugin. The logger is now consistently provided by the builder via
the `buildWebpack` configuration object.1 parent 2485e64 commit 98f3b93
File tree
1 file changed
+1
-2
lines changed- packages/angular_devkit/build_angular/src/tools/webpack/plugins/karma
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments