Skip to content

Commit

Permalink
Fix prod build
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Aug 28, 2019
1 parent cbd878d commit cb9c696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ module.exports = {
{
loader: 'css-loader',
options: {
modules: true,
localIdentName: '[local]_[hash:base64:8]'
modules: {
localIdentName: '[local]_[hash:base64:8]'
}
}
}
]
Expand Down

0 comments on commit cb9c696

Please sign in to comment.