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

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.13",
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
@@ -171,6 +171,7 @@ module.exports = ({
171
171
  { from: /^(\/beta)?\/config/, to: '/404.html' },
172
172
  ],
173
173
  verbose: Boolean(proxyVerbose),
174
+ disableDotRule: true,
174
175
  },
175
176
  devMiddleware: {
176
177
  writeToDisk: true,
@@ -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: {