File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/angular_devkit/build_angular/src/webpack/configs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import * as fs from 'fs' ;
10
+ import MiniCssExtractPlugin from 'mini-css-extract-plugin' ;
10
11
import * as path from 'path' ;
11
12
import { Configuration , RuleSetUseItem } from 'webpack' ;
12
13
import { ExtraEntryPoint } from '../../builders/browser/schema' ;
@@ -71,7 +72,6 @@ function resolveGlobalStyles(
71
72
72
73
// eslint-disable-next-line max-lines-per-function
73
74
export function getStylesConfig ( wco : WebpackConfigOptions ) : Configuration {
74
- const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
75
75
const postcssImports = require ( 'postcss-import' ) ;
76
76
const postcssPresetEnv : typeof import ( 'postcss-preset-env' ) = require ( 'postcss-preset-env' ) ;
77
77
You can’t perform that action at this time.
0 commit comments