aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-06-21 11:45:34 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-21 20:21:30 +0200
commitafb93fd7b31b4df521f25fcb92b8d0e17741e1f5 (patch)
treec1abca81afe7f1da4015c1c03ead427483db1b8a /server/sonar-web
parentb1b1c8a23981af46aa270f29bbe47a557f4f1035 (diff)
downloadsonarqube-afb93fd7b31b4df521f25fcb92b8d0e17741e1f5.tar.gz
sonarqube-afb93fd7b31b4df521f25fcb92b8d0e17741e1f5.zip
SONAR-10919 Broken creation date facet in issues page
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/config/webpack.config.js b/server/sonar-web/config/webpack.config.js
index 7289ad95544..e62bb11f6b4 100644
--- a/server/sonar-web/config/webpack.config.js
+++ b/server/sonar-web/config/webpack.config.js
@@ -126,6 +126,7 @@ module.exports = ({ production = true }) => ({
// https://github.com/lodash/lodash-webpack-plugin#feature-sets
shorthands: true,
collections: true,
+ exotics: true, // used to compare "exotic" values, like dates
memoizing: true,
flattening: true
}),