Skip to content

Commit cb9c696

Browse files
Fix prod build
Signed-off-by: Christoph Wurst <[email protected]>
1 parent cbd878d commit cb9c696

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/webpack.base.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ module.exports = {
3131
{
3232
loader: 'css-loader',
3333
options: {
34-
modules: true,
35-
localIdentName: '[local]_[hash:base64:8]'
34+
modules: {
35+
localIdentName: '[local]_[hash:base64:8]'
36+
}
3637
}
3738
}
3839
]

0 commit comments

Comments
 (0)