Skip to content

Commit 3427cdc

Browse files
committed
refactor: removed unused import
1 parent a7aa412 commit 3427cdc

File tree

1 file changed

+1
-1
lines changed
  • packages/@angular/cli/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/webpack-configs/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { WebpackConfigOptions } from '../webpack-config';
99
const autoprefixer = require('autoprefixer');
1010
const ProgressPlugin = require('webpack/lib/ProgressPlugin');
1111
const HtmlWebpackPlugin = require('html-webpack-plugin');
12-
const ExtractTextPlugin = require('extract-text-webpack-plugin');
12+
1313

1414
/**
1515
* Enumerate loaders and their dependencies from this file to let the dependency validator

0 commit comments

Comments
 (0)