diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-06-21 11:45:34 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-21 20:21:30 +0200 |
commit | afb93fd7b31b4df521f25fcb92b8d0e17741e1f5 (patch) | |
tree | c1abca81afe7f1da4015c1c03ead427483db1b8a /server/sonar-web | |
parent | b1b1c8a23981af46aa270f29bbe47a557f4f1035 (diff) | |
download | sonarqube-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.js | 1 |
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 }), |