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 a7aa412 commit 3427cdcCopy full SHA for 3427cdc
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