diff --git a/package.json b/package.json index 56532c6c0..77cf277f3 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "postcss-preset-env": "6.7.0", "postcss-rtl": "^1.7.3", "postcss-safe-parser": "4.0.1", + "query-string": "^7.1.1", "ramda": "^0.27.1", "react": "^16.12.0", "react-app-polyfill": "^1.0.6", @@ -93,7 +94,7 @@ "react-sortablejs": "^2.0.11", "react-split-pane": "^0.1.91", "react-table": "^7.6.3", - "react-table-sticky": "^1.1.2", + "react-table-sticky": "^1.1.3", "react-transition-group": "^4.4.1", "react-use": "^13.26.1", "react-use-context-menu": "^0.1.4", diff --git a/public/index.html b/public/index.html index 376b31d38..13da217ae 100644 --- a/public/index.html +++ b/public/index.html @@ -19,6 +19,8 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> + + <% if (process.env.NODE_ENV === 'production') { %> + <% } %>