@redhat-cloud-services/frontend-components-config 4.6.8 → 4.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,6 +118,9 @@ You can also easily run you application with a local build of Chrome by adding `
118
118
  INSIGHTS_CHROME=/Users/rvsiansk/insights-project/insights-chrome/build/
119
119
  ```
120
120
 
121
+ **The path must end with a slash character / !!**
122
+
123
+
121
124
  To check what the proxy is doing with your local chrome settings you can set `proxyVerbose: true`.
122
125
 
123
126
  #### keycloakUri
@@ -489,4 +492,4 @@ const { config: webpackConfig, plugins } = config({
489
492
  ...
490
493
  });
491
494
 
492
- ```
495
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-config",
3
- "version": "4.6.8",
3
+ "version": "4.6.9",
4
4
  "description": "Config plugins and settings for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/src/config.js CHANGED
@@ -35,7 +35,7 @@ module.exports = ({
35
35
  registry,
36
36
  client = {},
37
37
  bundlePfModules = false,
38
- useChromeTemplate = false,
38
+ useChromeTemplate = true,
39
39
  bounceProd,
40
40
  useAgent,
41
41
  } = {}) => {