File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ import {
17
17
import { WebpackConfigOptions } from '../build-options' ;
18
18
import { getOutputHashFormat , normalizeExtraEntryPoints } from './utils' ;
19
19
20
- const autoprefixer = require ( 'autoprefixer' ) ;
21
- const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
22
- const postcssImports = require ( 'postcss-import' ) ;
23
-
24
20
// tslint:disable-next-line:no-big-function
25
21
export function getStylesConfig ( wco : WebpackConfigOptions ) {
22
+ const autoprefixer = require ( 'autoprefixer' ) ;
23
+ const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
24
+ const postcssImports = require ( 'postcss-import' ) ;
25
+
26
26
const { root, buildOptions } = wco ;
27
27
const entryPoints : { [ key : string ] : [ string , ...string [ ] ] } = { } ;
28
28
const globalStylePaths : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments