File tree Expand file tree Collapse file tree
packages/angular_devkit/build_angular
src/webpack/plugins/karma Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- module . exports = require ( '../src/webpack/plugins/karma' ) ;
9+ module . exports = require ( '../src/webpack/plugins/karma/karma ' ) ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ import * as webpack from 'webpack';
1414const webpackDevMiddleware = require ( 'webpack-dev-middleware' ) ;
1515
1616import { KarmaWebpackFailureCb } from './karma-webpack-failure-cb' ;
17- import { statsErrorsToString } from '../utils/stats' ;
18- import { getWebpackStatsConfig } from '../configs/stats' ;
17+ import { statsErrorsToString } from '../../ utils/stats' ;
18+ import { getWebpackStatsConfig } from '../../ configs/stats' ;
1919import { createConsoleLogger } from '@angular-devkit/core/node' ;
2020import { logging } from '@angular-devkit/core' ;
21- import { WebpackTestOptions } from '../../utils/build-options' ;
22- import { normalizeSourceMaps } from '../../utils/index' ;
21+ import { WebpackTestOptions } from '../../../ utils/build-options' ;
22+ import { normalizeSourceMaps } from '../../../ utils/index' ;
2323
2424/**
2525 * Enumerate needed (but not require/imported) dependencies from this file
You can’t perform that action at this time.
0 commit comments