Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-28 15:34:26 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-28 15:34:26 +0300
commitcb9c696b9e807d5ec4e261eb616c09733c9587ae (patch)
treee281c48112607b87f293d669665908212c549be5
parentcbd878de561de739601fecdb15c1214aae3b7b5c (diff)
Fix prod buildv0.14.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--js/webpack.base.config.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/webpack.base.config.js b/js/webpack.base.config.js
index 7e9cd80..7c8ee3d 100644
--- a/js/webpack.base.config.js
+++ b/js/webpack.base.config.js
@@ -31,8 +31,9 @@ module.exports = {
{
loader: 'css-loader',
options: {
- modules: true,
- localIdentName: '[local]_[hash:base64:8]'
+ modules: {
+ localIdentName: '[local]_[hash:base64:8]'
+ }
}
}
]