Skip to content

Commit

Permalink
Adds missing localIdentName configuration in the createConfigAsync.js…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
octavianparalescu committed Dec 24, 2020
1 parent 9871b01 commit 9a0983d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/razzle/config/createConfigAsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,10 @@ module.exports = (
loader: require.resolve('css-loader'),
options: {
importLoaders: 1,
modules: { auto: true },
modules: {
auto: true,
localIdentName: '[name]__[local]___[hash:base64:5]',
},
onlyLocals: true,
},
},
Expand Down

0 comments on commit 9a0983d

Please sign in to comment.