File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const verboseWebpackOutputOptions = {
26
26
chunkModules : false // TODO: set to true when console to file output is fixed
27
27
} ;
28
28
29
- export function getWebpackStatsConfig ( verbose = false ) {
29
+ export function getWebpackStatsConfig ( verbose = false ) {
30
30
return verbose
31
31
? Object . assign ( webpackOutputOptions , verboseWebpackOutputOptions )
32
32
: webpackOutputOptions ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import * as rimraf from 'rimraf';
2
2
import * as path from 'path' ;
3
3
const Task = require ( '../ember-cli/lib/models/task' ) ;
4
4
import * as webpack from 'webpack' ;
5
- const ProgressPlugin = require ( 'webpack/lib/ProgressPlugin' ) ;
6
5
import { NgCliWebpackConfig } from '../models/webpack-config' ;
7
6
import { getWebpackStatsConfig } from '../models/' ;
8
7
import { BuildOptions } from '../commands/build' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import * as rimraf from 'rimraf';
2
2
import * as path from 'path' ;
3
3
const Task = require ( '../ember-cli/lib/models/task' ) ;
4
4
import * as webpack from 'webpack' ;
5
- const ProgressPlugin = require ( 'webpack/lib/ProgressPlugin' ) ;
6
5
import { BuildOptions } from '../commands/build' ;
7
6
import { NgCliWebpackConfig } from '../models/webpack-config' ;
8
7
import { getWebpackStatsConfig } from '../models/' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const SilentError = require('silent-error');
5
5
const Task = require ( '../ember-cli/lib/models/task' ) ;
6
6
import * as webpack from 'webpack' ;
7
7
const WebpackDevServer = require ( 'webpack-dev-server' ) ;
8
- const ProgressPlugin = require ( 'webpack/lib/ProgressPlugin' ) ;
9
8
import { getWebpackStatsConfig } from '../models/' ;
10
9
import { NgCliWebpackConfig } from '../models/webpack-config' ;
11
10
import { ServeTaskOptions } from '../commands/serve' ;
You can’t perform that action at this time.
0 commit comments