From: Stas Vilchik Date: Thu, 21 Jun 2018 09:45:34 +0000 (+0200) Subject: SONAR-10919 Broken creation date facet in issues page X-Git-Tag: 7.5~946 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=afb93fd7b31b4df521f25fcb92b8d0e17741e1f5;p=sonarqube.git SONAR-10919 Broken creation date facet in issues page --- 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 }),