File tree 1 file changed +5
-5
lines changed
packages/angular_devkit/build_angular/src/webpack/configs 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ export function getStylesConfig(wco: WebpackConfigOptions): webpack.Configuratio
90
90
buildOptions . stylePreprocessorOptions ?. includePaths ?. map ( ( p ) => path . resolve ( root , p ) ) ?? [ ] ;
91
91
92
92
// Process global styles.
93
- const { entryPoints , noInjectNames , paths : globalStylePaths } = resolveGlobalStyles (
94
- buildOptions . styles ,
95
- root ,
96
- ! ! buildOptions . preserveSymlinks ,
97
- ) ;
93
+ const {
94
+ entryPoints ,
95
+ noInjectNames ,
96
+ paths : globalStylePaths ,
97
+ } = resolveGlobalStyles ( buildOptions . styles , root , ! ! buildOptions . preserveSymlinks ) ;
98
98
if ( noInjectNames . length > 0 ) {
99
99
// Add plugin to remove hashes from lazy styles.
100
100
extraPlugins . push ( new RemoveHashPlugin ( { chunkNames : noInjectNames , hashFormat } ) ) ;
You can’t perform that action at this time.
0 commit comments