8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac9fa0 commit f3c3874Copy full SHA for f3c3874
packages/@angular/cli/models/webpack-configs/common.ts
@@ -9,7 +9,7 @@ import { WebpackConfigOptions } from '../webpack-config';
9
const autoprefixer = require('autoprefixer');
10
const ProgressPlugin = require('webpack/lib/ProgressPlugin');
11
const HtmlWebpackPlugin = require('html-webpack-plugin');
12
-const ExtractTextPlugin = require('extract-text-webpack-plugin');
+
13
14
/**
15
* Enumerate loaders and their dependencies from this file to let the dependency validator
0 commit comments