Skip to content

Commit

Permalink
enhance CHANGELOG.md (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan authored and gauravtiwari committed Jan 12, 2018
1 parent eb69560 commit 4ab922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ files.
const sassLoader = environment.loaders.get('sass')
const cssLoader = sassLoader.use.find(loader => loader.loader === 'css-loader')
cssLoader.options = Object.assign(cssLoader.options, {
cssLoader.options = Object.assign({}, cssLoader.options, {
modules: true,
localIdentName: '[path][name]__[local]--[hash:base64:5]'
})
Expand Down

0 comments on commit 4ab922d

Please sign in to comment.