Revert "config: Skip chrome2 until the configuration is in place in csc"
This reverts commit 688291386a.
This commit is contained in:
parent
688291386a
commit
cff45e5948
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const { resolve } = require('path');
|
||||||
const config = require('@redhat-cloud-services/frontend-components-config');
|
const config = require('@redhat-cloud-services/frontend-components-config');
|
||||||
const { config: webpackConfig, plugins } = config({
|
const { config: webpackConfig, plugins } = config({
|
||||||
rootFolder: resolve(__dirname, '../'),
|
rootFolder: resolve(__dirname, '../'),
|
||||||
skipChrome2: true,
|
skipChrome2: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
plugins.push(
|
plugins.push(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue