diff --git a/config/prod.webpack.config.js b/config/prod.webpack.config.js index f1eb1ee0..1bd9007e 100644 --- a/config/prod.webpack.config.js +++ b/config/prod.webpack.config.js @@ -2,7 +2,7 @@ const { resolve } = require('path'); const config = require('@redhat-cloud-services/frontend-components-config'); const { config: webpackConfig, plugins } = config({ rootFolder: resolve(__dirname, '../'), - skipChrome2: true, + skipChrome2: false, }); plugins.push(