Skip to content

Commit e2e8d2d

Browse files
committed
fix hashes
1 parent 38ad56e commit e2e8d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular-cli/models/webpack-build-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export function makeCssLoaders(stylePaths: string[] = []) {
7878
// load global css as css files
7979
cssLoaders.push(...baseRules.map(({test, loaders}) => ({
8080
include: stylePaths, test, loaders: ExtractTextPlugin.extract({
81+
remove: false,
8182
loader: ['css-loader', ...commonLoaders, ...loaders],
8283
fallbackLoader: 'style-loader'
8384
})

0 commit comments

Comments
 (0)