File tree 5 files changed +5
-5
lines changed
packages/angular_devkit/build_angular
src/webpack/plugins/karma
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
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';
14
14
const webpackDevMiddleware = require ( 'webpack-dev-middleware' ) ;
15
15
16
16
import { 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' ;
19
19
import { createConsoleLogger } from '@angular-devkit/core/node' ;
20
20
import { 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' ;
23
23
24
24
/**
25
25
* Enumerate needed (but not require/imported) dependencies from this file
You can’t perform that action at this time.
0 commit comments