8000 refactor: removed unused import · syscools/angular-cli@f3c3874 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3c3874

Browse files
committed
refactor: removed unused import
1 parent fac9fa0 commit f3c3874

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)
0