@redhat-cloud-services/frontend-components-config 4.6.12 → 4.6.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-config",
3
- "version": "4.6.12",
3
+ "version": "4.6.15",
4
4
  "description": "Config plugins and settings for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "homepage": "https://github.com/RedHatInsights/frontend-components/tree/master/packages/config#readme",
22
22
  "dependencies": {
23
- "@redhat-cloud-services/frontend-components-config-utilities": "^1.5.17",
23
+ "@redhat-cloud-services/frontend-components-config-utilities": "^1.5.23",
24
24
  "assert": "^2.0.0",
25
25
  "axios": "^0.25.0",
26
26
  "babel-loader": "^8.2.2",
package/src/config.js CHANGED
@@ -38,6 +38,7 @@ module.exports = ({
38
38
  useChromeTemplate = true,
39
39
  bounceProd,
40
40
  useAgent,
41
+ useDevBuild = true,
41
42
  } = {}) => {
42
43
  const filenameMask = `js/[name]${useFileHash ? `.${Date.now()}.[fullhash]` : ''}.js`;
43
44
  if (betaEnv) {
@@ -171,6 +172,7 @@ module.exports = ({
171
172
  { from: /^(\/beta)?\/config/, to: '/404.html' },
172
173
  ],
173
174
  verbose: Boolean(proxyVerbose),
175
+ disableDotRule: true,
174
176
  },
175
177
  devMiddleware: {
176
178
  writeToDisk: true,
@@ -201,6 +203,7 @@ module.exports = ({
201
203
  },
202
204
  bounceProd,
203
205
  useAgent,
206
+ useDevBuild,
204
207
  }),
205
208
  },
206
209
  };
@@ -55,6 +55,7 @@ describe('should create dummy config with no options', () => {
55
55
  { from: /^(\/beta)?\/config/, to: '/404.html' },
56
56
  ],
57
57
  verbose: false,
58
+ disableDotRule: true,
58
59
  },
59
60
  client: {},
60
61
  devMiddleware: {