Finish basic styling for the viewer.
[ustaxviewer.git] / webpack.config.js
index 671030a3fde820fd8e6d26ae4ebd6f183f01e597..4fcba369826316ec2818853090a787ad39a03a3f 100644 (file)
@@ -36,8 +36,8 @@ module.exports = {
           {
             loader: 'css-loader',
             options: {
+              localsConvention: 'camelCaseOnly',
               modules: {
-                mode: 'local',
                 localIdentName: '[path][name]_[local]_[hash:base64:2]'
               }
             }