]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10919 Broken creation date facet in issues page
authorStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 21 Jun 2018 09:45:34 +0000 (11:45 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 21 Jun 2018 18:21:30 +0000 (20:21 +0200)
server/sonar-web/config/webpack.config.js

index 7289ad9554418bd21e13e494e5be760127b824d7..e62bb11f6b4f48cad89917ae0f501172918e0336 100644 (file)
@@ -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
     }),