Skip to content

Commit da3cd10

Browse files
tonytonyjangauravtiwari
authored andcommitted
enhance CHANGELOG.md (#1170)
1 parent 05062bd commit da3cd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ files.
151151
const sassLoader = environment.loaders.get('sass')
152152
const cssLoader = sassLoader.use.find(loader => loader.loader === 'css-loader')
153153
154-
cssLoader.options = Object.assign(cssLoader.options, {
154+
cssLoader.options = Object.assign({}, cssLoader.options, {
155155
modules: true,
156156
localIdentName: '[path][name]__[local]--[hash:base64:5]'
157157
})

0 commit comments

Comments
 (0)