@redhat-cloud-services/frontend-components-config 4.6.13 → 4.6.14
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 +1 -1
- package/src/config.js +2 -0
package/package.json
CHANGED
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) {
|
|
@@ -202,6 +203,7 @@ module.exports = ({
|
|
|
202
203
|
},
|
|
203
204
|
bounceProd,
|
|
204
205
|
useAgent,
|
|
206
|
+
useDevBuild,
|
|
205
207
|
}),
|
|
206
208
|
},
|
|
207
209
|
};
|